get
https://open-api-v4.coinglass.com/api/futures/orderbook/aggregated-ask-bids-history
該接口提供合約幣種聚合歷史訂單簿數據,包含指定價格範圍內的買盤和賣盤掛單總量。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
| 颗粒度 | >=4h | >=30m | 無限制 | 無限制 | 無限制 |
響應數據
{
"code": "0",
"msg": "success",
"data": [
{
"aggregated_bids_usd": 12679537.0806, // 聚合多單金額(美元)
"aggregated_bids_quantity": 197.99861, // 聚合多單數量
"aggregated_asks_usd": 10985519.9268, // 聚合空單金額(美元)
"aggregated_asks_quantity": 170.382, // 聚合空單數量
"time": 1714003200000 // 時間戳(毫秒)
},
{
"aggregated_bids_usd": 18423845.1947,
"aggregated_bids_quantity": 265.483,
"aggregated_asks_usd": 17384271.5521,
"aggregated_asks_quantity": 240.785,
"time": 1714089600000
}
]
}