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/exchanges/{id}/volume_chart/range
Path parameters
idstring required
Exchange ID or derivative exchange ID. *refers to /exchanges/list or /derivatives/exchanges/list.
Query parameters
fromnumber required
Starting date in UNIX timestamp.
tonumber required
Ending date in UNIX timestamp.
Response
Exchange volume chart data within time range
Changes
No recorded changes to this endpoint across all 1 revision of this API.