Derivatives

Derivatives Exchanges List (ID Map)

This endpoint allows you to query all the derivatives exchanges with ID and name on CoinGecko

get/derivatives/exchanges/list

Response

List all derivative exchanges name and identifier

idstring

derivatives exchange ID

namestring

derivatives exchange name

Example response

[
  {
    "id": "binance_futures",
    "name": "Binance (Futures)"
  },
  {
    "id": "bybit",
    "name": "Bybit (Futures)"
  },
  {
    "id": "deepcoin_derivatives",
    "name": "Deepcoin (Derivatives)"
  }
]

Changes