start_timestamp
: The beginning of the time range (inclusive)end_timestamp
: The 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
1d
: Daily intervals1h
: Hourly intervals5m
: 5-minute intervals15s
: 15-second intervals
- Value errors are returned for invalid address, chain, or time range payloads.
- If
end_timestamp
is earlier thanstart_timestamp
, an error will be returned - If
end_timestamp
is 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
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 Metrics | Value |
---|---|
Pagination | Up to 5000 aggregated holdings |
Chain Coverage | Bitcoin, Solana (Beta) |
Authorizations
Query Parameters
Body
application/json