get
https://open-api-v4.coinglass.com/api/futures/liquidation/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": [
{
"time": 1658880000000, // 時間戳(毫秒)
"long_liquidation_usd": "2369935.19562", // 多單爆倉金額(美元)
"short_liquidation_usd": "6947459.43674" // 空單爆倉金額(美元)
},
{
"time": 1658966400000, // 時間戳(毫秒)
"long_liquidation_usd": "5118407.85124", // 多單爆倉金額(美元)
"short_liquidation_usd": "8517330.44192" // 空單爆倉金額(美元)
}
]
}