Note
- You can use this endpoint to query the historical volume chart data of derivatives exchanges as well.
- The exchange volume in the response is provided in BTC. To convert it to other currencies, please use /exchange_rates endpoint.
- Data granularity is automatic (cannot be adjusted):
- 1 day = 10-minutely
- 7, 14 days = hourly
- 30 days & above = daily
- Cache / Update Frequency: every 60 seconds for all the API plans.
Authorizations
Path Parameters
exchange ID or derivative exchange ID
*refers to /exchanges/list
or /derivatives/exchanges/list
.
Query Parameters
data up to number of days ago
Available options:
1
, 7
, 14
, 30
, 90
, 180
, 365
Response
200 - application/json
Get exchange volume chart data
The response is of type number[][]
.