API Documentation
⌘K
API Key
Get free key GET
/api/1/crypto-extended/derivatives-exchangesDerivatives Exchanges API
Returns directory of crypto derivatives exchanges with open interest, 24h volume, number of pairs, and establishment year
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/crypto-extended/derivatives-exchanges' \
-H 'Accept: application/json'200 Response
[
{
"id": "binance_futures",
"name": "Binance Futures",
"open_interest_btc": 0,
"trade_volume_24h_btc": 0,
"number_of_perpetual_pairs": 0,
"number_of_futures_pairs": 0,
"year_established": 0,
"country": "string",
"url": "string",
"image": "string"
}
]