Get tokenized-asset positions for an owner
Get the tokenized-equity holdings for an owner.
The owner’s Tokenized Assets 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 Assets
Account deployed yet — create one via /create_account first.
Query Parameters
The address of the owner of the Tokenized Assets Account to get positions for. The account address is derived deterministically from this owner; balances are read from the derived account.
Network to read positions on (defaults to Ethereum). Equities exist on Ethereum only; RWA yield assets also exist on Base. The chain to use.
base, ethereum, arbitrum, hyperevm, tempo Response
Successful Response
On-chain tokenized-equity holdings for an owner's Tokenized Assets Account.
Owner address from the request. Balances are read from the Tokenized Assets 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.