Skip to main content
GET
Python (SDK)

Authorizations

x-api-key
string
header
required

Your Compass API Key. Get your key here.

Query Parameters

owner
string
default:0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B
required

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.

chain
enum<string>

Network to read positions on (defaults to Ethereum). Equities exist on Ethereum only; RWA yield assets also exist on Base. The chain to use.

Available options:
base,
ethereum,
arbitrum,
hyperevm,
tempo,
bsc

Response

Successful Response

On-chain tokenized-equity holdings for an owner's Tokenized Assets Account.

owner
string
required

Owner address from the request. Balances are read from the Tokenized Assets Account address derived from this owner.

total_usd
string
required

Sum of balance_usd across positions where the price is known.

positions
Position · object[]

Non-zero positions only; tokens with a zero balance are omitted.

pnl
TokenizedAssetsPnl · object | null

Account-level PnL summed across positions that have a known PnL; null when no position can be priced.