Contracts
Contracts · Flow

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
read
Read 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
read
List a subaccount's Virtual Account (VA) addresses — the partyA values for VibeCaps quote reads.
Run the read to see VA addresses.
getPartyAOpenPositions
read
Read a partyA's open positions (virtual account, lowcap).
Run the read to see open positions.
getPartyAPendingQuotes
read
List a partyA's pending quote ids (PENDING / LOCKED / CANCEL_PENDING). Hydrate each with getQuote.
Run the read to see pending quote ids.
getQuote
read
Read a single quote by id. Resolves to ‘not found’ when no quote has that id.
Run the read to see the quote.