Positions
Discover a subaccount's virtual accounts, then read its open positions and pending quote ids, and inspect any quote by id. partyA is the virtual account.
Wallet
Not connected
getVirtualAccount
readRead a Virtual Account's detail: parent subaccount, market symbolId, isolation type, metadata.
Browse the connected wallet's subaccounts and pick a VA — or paste an address directly.
Pick or paste a VA address and read.
getVirtualAccountsAddressesOfSubAccount
readList a subaccount's Virtual Account (VA) addresses — the partyA values for VibeCaps quote reads.
Run the read to see VA addresses.
getPartyAOpenPositions
readRead a partyA's open positions (virtual account, lowcap).
Run the read to see open positions.
getPartyAPendingQuotes
readList a partyA's pending quote ids (PENDING / LOCKED / CANCEL_PENDING). Hydrate each with getQuote.
Run the read to see pending quote ids.
getQuote
readRead a single quote by id. Resolves to ‘not found’ when no quote has that id.
Run the read to see the quote.