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)" } ]
id
List all derivative exchanges name and identifier
derivatives exchange ID
derivatives exchange name
Was this page helpful?