cURL
curl --request GET \ --url https://pro-api.coingecko.com/api/v3/derivatives/exchanges/list \ --header 'x-cg-pro-api-key: <api-key>'
[ { "id": "binance_futures", "name": "Binance (Futures)" }, { "id": "bybit", "name": "Bybit (Futures)" }, { "id": "deepcoin_derivatives", "name": "Deepcoin (Derivatives)" } ]
This endpoint allows you to query all the derivatives exchanges with ID and name on CoinGecko
id
List all derivative exchanges name and identifier
derivatives exchange ID
derivatives exchange name
Was this page helpful?