Get tokenized-equity positions for an owner
Get the tokenized-equity holdings for an owner.
The owner’s Tokenized Equities Account address is derived deterministically
from the owner query param; balances are read from that account (proceeds
from filled orders settle there). The response returns the balance of every
listed tokenized equity, plus the latest USD price and a USD-valued balance
when pricing is available. Zero balances are omitted, and a total_usd
aggregate is returned across all priced positions.
Returns 400 ACCOUNT_NOT_DEPLOYED if the owner has no Tokenized Equities
Account deployed yet — create one via /create_account first.
Query Parameters
The address of the owner of the Tokenized Equities Account to get positions for. The account address is derived deterministically from this owner; balances are read from the derived account.
Response
Successful Response
On-chain tokenized-equity holdings for an owner's Tokenized Equities Account.
Owner address from the request. Balances are read from the Tokenized Equities Account address derived from this owner.
Sum of balance_usd across positions where the price is known.
Non-zero positions only; tokens with a zero balance are omitted.