get https://open-api-v4.coinglass.com/api/futures/exchange-rank
此端点提供CoinGlass上合约交易所的排名列表。
缓存 / 更新频率: 实时更新
该接口以下API等级可用: API 等级:
API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
---|---|---|---|---|---|
可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
响应数据
{
"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
},
]
}