Accounts
Raw on-chain program accounts, decoded.
Offers inbox POST
Every ACTIVE offer and auction bid the owners wallets are involved in, received and placed, merged into one sorted feed. Offers are active when they have no endTime or it is still in the future; bids are included when the auction has started and is either live or complete-but-unsettled.
Auction config account GET
Fetches the raw on-chain account from the RPC (at confirmed commitment) and returns the same parsed shape streamed by GET /v2/ws/accounts, wrapped in a { viewSlot, account } envelope. An absent account is a 200 with a null account — viewSlot lets clients order the absence against stream write slots.