Derivatives
Derivatives Exchange Data by ID
This endpoint allows you to query the derivatives exchange's related data (ID, name, open interest, ...) based on the exchanges' ID
get/derivatives/exchanges/{id}
Path parameters
idstring required
Example:binance_futures
derivative exchange ID *refers to /derivatives/exchanges/list.
Query parameters
include_tickers'all' | 'unexpired'
include tickers data
Response
Get derivative exchange data
Example response
{
"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
}
]
}