v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Liquidations

Top liquidated coins

Top coins by liquidation volume over the recent window, with the long/short USD split per coin. Source coverage is currently OKX swap markets.

get/api/v1/liquidations/coins

Query parameters

hoursinteger nullable

Look-back window in hours (1–48, default 24).

Example:24

Look-back window in hours (1–48, default 24).

limitinteger nullable

Number of coins to return (1–20, default 8).

Example:8

Number of coins to return (1–20, default 8).

Response

Example response

{
  "data": [
    {
      "symbol": "BTC",
      "name": "Bitcoin",
      "slug": "bitcoin",
      "logo": "https://bitculator.com/storage/media/assets/bitcoin-small.png",
      "long": 734567.21,
      "short": 954321.55,
      "total": 1688888.76
    }
  ],
  "meta": {
    "hours": 24,
    "note": "Source coverage: OKX swap markets."
  }
}