get
https://open-api-v4.coinglass.com/api/futures/liquidation/aggregated-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_long_liquidation_usd": "4611285.1141", // 聚合多單爆倉金額(美元)
"aggregated_short_liquidation_usd": "4788636.51145", // 聚合空單爆倉金額(美元)
"time": 1636588800 // 時間戳
},
{
"aggregated_long_liquidation_usd": "4611285.1141", // 聚合多單爆倉金額(美元)
"aggregated_short_liquidation_usd": "4788636.51145", // 聚合空單爆倉金額(美元)
"time": 1636588800 // 時間戳
}
..
]
}