API Reference
Get single token metadata
Returns metadata for a specific token by its contract address.
Path Parameters
address*string
Token contract address
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/tokens/0x6c326079541b0239084803362145896889753177"{
"address": "string",
"message": "string"
}"string"Portfolio value chart GET
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 min - `7d` → every 1 hour - `30d` → every 4 hours - `90d` → every day - `1y` → every day
Get transactions for a wallet GET
Returns enriched transaction history with type classification, token transfer details, gas costs, and USD values. Supports pagination.