get https://api.coingecko.com/api/v3/derivatives/exchanges/
This endpoint allows you to query the derivatives exchange’s related data (id, name, open interest, .... etc) based on the exchanges’ id.
Tips
- You may change the value to either
all
to include all the tickers orunexpired
to include unexpired tickers in the responses for theinclude_tickers
params. You may leave it blank to omit the tickers data in response
Notes
- Cache / Update Frequency: every 30 seconds for all the API plans