๐ผ Exchange Volume Chart within Time Range by ID
Exchanges
๐ผ Exchange Volume Chart within Time Range by ID
This endpoint allows you 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
Documentation Index
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
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
fromandtomust 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
Example:
[
[1711792200000, "306800.0517941023777005"],
[1711795800000, "302561.8185582217570913"],
[1711799400000, "298240.5127048246776691"]
]
