Derivatives Exchange Data by ID

To query the derivatives exchange's related data (name, open interest, trade volume, ...) based on the exchange's ID

get/derivatives/exchanges/{id}

Path parameters

idstring required

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

Query parameters

include_tickers'all' | 'unexpired'

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

Response

Derivative exchange data

namestring required

Derivatives exchange name

open_interest_btcnumber nullable required

Derivatives exchange open interest in BTC

trade_volume_24h_btcstring required

Derivatives exchange trade volume in BTC in 24 hours

number_of_perpetual_pairsinteger required

Number of perpetual pairs in the derivatives exchange

number_of_futures_pairsinteger required

Number of futures pairs in the derivatives exchange

imagestring required

Derivatives exchange image URL

year_establishedinteger nullable required

Derivatives exchange established year

countrystring nullable required

Derivatives exchange incorporated country

descriptionstring required

Derivatives exchange description

urlstring required

Derivatives exchange website URL

Changes

No recorded changes to this endpoint across all 1 revision of this API.