Skip to main content
GET
Derivatives Exchange Data by ID
Use include_tickers=all to include all tickers, unexpired for unexpired tickers only, or leave blank to omit tickers.

SDK Examples

Authorizations

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

Learn how to set up your API key

Path Parameters

id
string
default:binance_futures
required

Derivative exchange ID. *refers to /derivatives/exchanges/list.

Query Parameters

include_tickers
enum<string>

Include tickers data. Default: tickers data is not included.

Available options:
all,
unexpired

Response

200 - application/json

Derivative exchange data

name
string
required

Derivatives exchange name

open_interest_btc
number | null
required

Derivatives exchange open interest in BTC

trade_volume_24h_btc
string
required

Derivatives exchange trade volume in BTC in 24 hours

number_of_perpetual_pairs
integer
required

Number of perpetual pairs in the derivatives exchange

number_of_futures_pairs
integer
required

Number of futures pairs in the derivatives exchange

image
string
required

Derivatives exchange image URL

year_established
integer | null
required

Derivatives exchange established year

country
string | null
required

Derivatives exchange incorporated country

description
string
required

Derivatives exchange description

url
string
required

Derivatives exchange website URL

tickers
object[]

Derivative tickers data, available when include_tickers is specified