get https://open-api-v4.coinglass.com/api/futures/exchange-rank
This endpoint provides a ranking list of futures exchanges on CoinGlass.
Cache / Update Frequency: every 1 minutes for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ✅ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"exchange": "Binance",
"open_interest_usd": 27564494330,
"volume_usd": 54150896832,
"liquidation_usd_24h": 58774453.06516198
},
{
"exchange": "OKX",
"open_interest_usd": 8586569027,
"volume_usd": 22670494849,
"liquidation_usd_24h": 19276388.77685
},
]
}