get
https://open-api-v4.coinglass.com/api/futures/volume/exchange-history-chart
此接口用於獲取各交易所的歷史合約交易量數據,並以圖表格式展示。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 每日約 UTC 01:00 更新
該接口以下 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 對應)
// ...
}
}
}
200