get
https://open-api-v4.coinglass.com/api/futures/open-interest/exchange-history-chart
该接口提供交易所历史未平仓合约数据,并将数据格式化为图表形式。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
缓存 / 更新频率: 10秒钟更新一次
该接口以下API等级可用: API 等级:
| API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
|---|---|---|---|---|---|
| 可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
{
"code": "0",
"msg": "success",
"data": {
"time_list": [1721649600000, ...], // 时间戳列表(毫秒)
"price_list": [67490.3, ...], // 价格列表(与 time_list 对应)
"data_map": { // 各交易所未平仓合约数据
"Binance": [8018229234, ...], // Binance 未平仓合约(与 time_list 对应)
"Bitmex": [395160842, ...] // BitMEX 未平仓合约(与 time_list 对应)
// ...
}
}
}