GET
/
derivatives
/
exchanges
/
list
Derivatives Exchanges List (ID Map)
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)"
  }
]

Tips

  • You may use this endpoint to query the list of exchanges for other endpoints that contain params like id (derivatives exchange’s ID).

Note

  • Cache / Update Frequency: every 5 minutes for all the API plans.

Authorizations

x-cg-pro-api-key
string
header
required

Response

200 - application/json

List all derivative exchanges name and identifier

The response is of type object.