get https://api.coingecko.com/api/v3/exchanges//volume_chart
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.
Notes
- 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