Note
- You can query the historical volume chart data of derivatives exchanges with this endpoint as well.
- The data interval for this endpoint is fixed at daily.
- The date range between
from
andto
must be within 31 days. - Cache/Update Frequency: 5 minutes
- Exclusive for Paid Plan Subscribers (Analyst, Lite, Pro and Enterprise)
Authorizations
Path Parameters
exchange ID or derivative exchange ID
*refers to /exchanges/list
or /derivatives/exchanges/list
.
Query Parameters
starting date in UNIX timestamp
Example:
"1672531200"
ending date in UNIX timestamp
Example:
"1675123200"
Response
200 - application/json
Get exchange volume chart data
The response is of type number[][]
.