v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Liquidations

Liquidation netflow

Long-vs-short liquidation USD flow per day over the window. Source coverage is currently OKX swap markets.

get/api/v1/liquidations/netflow

Query parameters

daysinteger nullable

Number of calendar days incl. today (1–90, default 30).

Example:30

Number of calendar days incl. today (1–90, default 30).

Response

Example response

{
  "data": [
    {
      "date": "2026-07-02",
      "long": 1834567.21,
      "short": 954321.55,
      "total": 2788888.76,
      "longs": 420,
      "shorts": 261
    }
  ],
  "meta": {
    "days": 30,
    "note": "Source coverage: OKX swap markets."
  }
}