API Reference
Portfolio value chart
Returns time-series data for portfolio total value. Uses high-frequency snapshots (5min intervals) when available, falls back to daily.
Granularity by period:
1d→ every 5 min7d→ every 1 hour30d→ every 4 hours90d→ every day1y→ every day
Path Parameters
address*string
Wallet address (with or without 0x prefix, case-insensitive)
Match
^0x[a-fA-F0-9]{40}$Query Parameters
period?string
Time period for chart data
Default
"30d"Value in
"1d" | "7d" | "30d" | "90d" | "1y"Response Body
application/json
text/plain
curl -X GET "https://us-east-1.user-stats.sidiora.exchange/api/v1/portfolio/0xf263aB36de550bDa08b52d43eB253b3C0387e2bc/charts/value"{
"address": "string",
"chart_type": "portfolio_value",
"period": "string",
"data": [
{
"date": "2019-08-24",
"value": "string"
}
]
}"string"Get full portfolio for a wallet GET
Returns the complete portfolio for a wallet address including: - Native PAX balance with USD value - All ERC-20 token holdings with prices - Perpetuals portfolio summary (vault, positions, PnL) - Total portfolio value in USD
Get single token metadata GET
Returns metadata for a specific token by its contract address.