API Reference

Liquidation Order

This API retrieves liquidation orders within the past 7 days, including details about the specific exchange, trading pairs, and liquidation amounts

# Required Account Level: Standard Edition and Above

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
      {
      "exName": "Huobi",
      "symbol": "ALGO-USDT",
      "baseAsset": "ALGO",
      "price": 0.11032,
      "volUsd": 146.7256,
      "side": 1,
      "time": 1722935008714
    },
    ...
  ]
}
FieldDescription
exNameExchange name eg. Binance ,OKX
symbolPair eg. BTCUSDT
baseAssetSymbol of the coin eg. BTC
priceLliquidation pirce
volUsdLiquidation value in USD
sideType=1 Long liquidation Type=2 Short liquidation
timeIn millisecond eg.1641522717000
Language
Authorization
Header
Click Try It! to start a request and see the response here!