API Reference
Get token holdings for a wallet
Returns all ERC-20 token holdings with balances, prices, and USD values.
Path Parameters
address*string
Wallet address (with or without 0x prefix, case-insensitive)
Match
^0x[a-fA-F0-9]{40}$Response Body
application/json
text/plain
curl -X GET "https://us-east-1.user-stats.sidiora.exchange/api/v1/portfolio/0xf263aB36de550bDa08b52d43eB253b3C0387e2bc/holdings"[
{
"contract_address": "string",
"symbol": "string",
"name": "string",
"decimals": 0,
"balance_raw": "string",
"balance": "string",
"price_usd": "string",
"value_usd": "string",
"icon_url": "string"
}
]"string"Get total balance with daily PnL GET
Returns the current total portfolio balance broken down by native, tokens, and perps, plus the daily PnL compared to yesterday's snapshot. Also saves a daily snapshot for historical tracking.
Holdings count chart GET
Returns time-series data for the number of unique tokens held.