get
https://open-api-v4.coinglass.com/api/spot/orderbook/history
該接口提供現貨交易的歷史掛單深度數據,支援以熱力圖形式可視化展示。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 即時更新.
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ❌ | ❌ | ✅ | ✅ | ✅ |
響應數據
{
"code": "0",
"msg": "success",
"data": [
[
1723611600,
[
[
56420, // 價格
4.777 // 數量
],
[
40300,
2.191
]
],
[
[
56420,
4.777
],
[
40300,
2.191
]
]
]
],
"success": true
}