幣種爆倉歷史

該接口提供幣種聚合多個交易所的多空爆倉歷史數據。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

該接口以下 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 // 時間戳
    }
    ..
  ]
}
Query Params
string
required
Defaults to Binance

以逗號分隔的交易所名稱(例如:"binance, okx, bybit")。可通過 support-exchange-pair 接口獲取支持的交易所。

string
required
Defaults to BTC

交易幣種(例如:BTC)。透過 support-coins API 獲取支持的幣種。

string
required
Defaults to 1d

數據時間間隔。支持的取值包括:1m、3m、5m、15m、30m、1h、4h、6h、8h、12h、1d、1w。

int32
Defaults to 10

每次請求返回的數據筆數。預設值:1000,最大值:4500。

int64

起始時間戳,單位為毫秒(例如:1746776387000)。

int64

結束時間戳,單位為毫秒(例如:1746776587000)。

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json