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 對應)
// ...
}
}
}