Skip to main content
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 from and to must be within 31 days.

SDK Examples

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Path Parameters

id
string
default:binance
required

Exchange ID or derivative exchange ID. *refers to /exchanges/list or /derivatives/exchanges/list.

Query Parameters

from
number
default:1767196800
required

Starting date in UNIX timestamp.

to
number
default:1769702400
required

Ending date in UNIX timestamp.

Response

200 - application/json

Exchange volume chart data within time range