Time Range Parameters
start_timestamp- Beginning of the time range (inclusive)end_timestamp- End of the time range (exclusive)- Both timestamps are assumed to be in UTC if no timezone is specified
- All returned data is in UTC
Granularity Options
1d- Daily intervals1h- Hourly intervals5m- 5-minute intervals15s- 15-second intervals
Important Notes
- Value errors are returned for invalid address, chain, or time range payloads
- If
end_timestampis earlier thanstart_timestamp, an error will be returned - If
end_timestampis in the future, it will be adjusted to the current time - If the requested time range exceeds the retention period for the selected granularity, an error will be returned
- If a wallet has no holdings or does not exist, the endpoint will interpolate the aggregated holdings to be 0
Supported Chains
| Chain | Granularity | Retention | Asset Types |
|---|---|---|---|
| Bitcoin | 1d, 1h, 5m, 15s | all, all, 72h, 72h | bitcoin |
| Solana (Beta) | 1d, 1h, 5m, 15s | all, all, 30d, 1h | sol, spl tokens |
Performance
The endpoint returns up to 5,000 aggregated holdings per request and provides a cursor to paginate through additional results.Authorizations
Query Parameters
Body
application/json