Skip to main content
GET
/
derivatives
/
exchanges
/
{id}
Derivatives Exchange Data by ID
curl --request GET \
  --url https://pro-api.coingecko.com/api/v3/derivatives/exchanges/{id} \
  --header 'x-cg-pro-api-key: <api-key>'
{
  "name": "Binance (Futures)",
  "open_interest_btc": 350139.89,
  "trade_volume_24h_btc": "689202.84",
  "number_of_perpetual_pairs": 587,
  "number_of_futures_pairs": 38,
  "image": "https://coin-images.coingecko.com/markets/images/466/small/binance_futures.jpg?1706864452",
  "year_established": 2019,
  "country": null,
  "description": "",
  "url": "https://www.binance.com/",
  "tickers": [
    {
      "symbol": "ASTERUSDT",
      "base": "ASTER",
      "target": "USDT",
      "coin_id": "aster-2",
      "target_coin_id": "tether",
      "trade_url": "https://www.binance.com/en/futures/ASTERUSDT",
      "contract_type": "perpetual",
      "last": 1.873,
      "h24_percentage_change": -5.246,
      "index": 1.87233812,
      "index_basis_percentage": -0.035,
      "bid_ask_spread": 0.00015339028296849384,
      "funding_rate": 0.009,
      "open_interest_usd": 212983050.43153304,
      "h24_volume": 664881040,
      "converted_volume": {
        "btc": "10920.642311073362831692974453819990348041448031650635228",
        "eth": "296686.4951027005826156931722170663818779309188174859084723041529715688",
        "usd": "1245690448.4593867566376892"
      },
      "converted_last": {
        "btc": "0.00001642495672770780594329020790519156682230169780695",
        "eth": "0.00044622492935382934459327216221576476579619554020894611233357497",
        "usd": "1.873553874328235855"
      },
      "last_traded": 1759214622,
      "expired_at": null
    }
  ]
}

Tips

  • For include_tickers param, you may change the value to either all to include all the tickers or unexpired to include unexpired tickers in the responses. You may leave it blank to omit the tickers data.

Note

  • Cache / Update Frequency: every 30 seconds for all the API plans.

Authorizations

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

Path Parameters

id
string
default:binance_futures
required
Example:

Query Parameters

include_tickers
enum<string>
Available options:
all,
unexpired

Response

200 - application/json
name
string
open_interest_btc
number
trade_volume_24h_btc
number
number_of_perpetual_pairs
number
number_of_futures_pairs
number
image
string
year_established
number | null
country
string | null
description
string
url
string
tickers
object[]