Exchange Volume Chart by ID
Exchanges
Exchange Volume Chart by ID
This endpoint allows you to query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange’s ID
GET
Exchange Volume Chart 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 use this endpoint to query the historical volume chart data of derivatives exchanges as well.
- The exchange volume in the response is provided in BTC. To convert it to other currencies, please use /exchange_rates endpoint.
- Data granularity is automatic (cannot be adjusted):
- 1 day = 10-minutely
- 7, 14 days = hourly
- 30 days & above = daily
- Cache / Update Frequency: every 60 seconds for all the API plans.
Authorizations
Path Parameters
exchange ID or derivatives exchange ID
*refers to /exchanges/list or /derivatives/exchanges/list.
Query Parameters
data up to number of days ago
Available options:
1, 7, 14, 30, 90, 180, 365 Response
200 - application/json
Get exchange volume chart data
Example:
[
[1711792200000, "306800.0517941023777005"],
[1711795800000, "302561.8185582217570913"],
[1711799400000, "298240.5127048246776691"]
]
