Exchange Volume Chart within Time Range by ID
Exchanges
Exchange Volume Chart within Time Range by ID
To query the historical volume chart data in BTC by specifying date range in UNIX based on exchange’s ID
GET
Exchange Volume Chart within Time Range by ID
Notes
- Also works for derivatives exchanges (e.g.
bitmex,binance_futures). - Data interval is fixed at daily.
- The date range between
fromandtomust be within 31 days.
SDK Examples
Authorizations
Learn how to set up your API key
Path Parameters
Exchange ID or derivative exchange ID.
*refers to /exchanges/list or /derivatives/exchanges/list.
Query Parameters
Starting date in UNIX timestamp.
Ending date in UNIX timestamp.
Response
200 - application/json
Exchange volume chart data within time range

