Exchange volume chart
Description
Time-series of adjusted 24h trading volume in USD for one exchange. Granularity is auto-selected from days (not adjustable): 1 → 10-minute, 7 | 14 → hourly, 30 | 90 | 180 | 365 → daily. Each point carries the bucket start in UTC (ISO 8601) and the last observed 24h-rolling adjusted USD volume within that bucket.
Pricing
- 1 credit per request.
Documentation Index
Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Query Parameters
Time window in days. Bucket size is auto-selected: 1 → 10-minute, 7|14 → hourly, 30|90|180|365 → daily.
1, 7, 14, 30, 90, 180, 365 Response
Time-series of adjusted 24h trading volume in USD. Each entry is [bucketStartIsoUtc, volumeUsd]. bucketStartIsoUtc is the start of the bucket in UTC. volumeUsd is the last observed rolling 24h volume within the bucket.
2 elements[
["2026-05-13T00:00:00.000Z", "38400000000"],
["2026-05-13T01:00:00.000Z", "38520000000"]
]