GET /v2/liquidations
Query Parameters
Exchange ID.
Filter by symbol.
Planned Response
Field Reference (Planned)
| Field | Type | Description | Granularity | Example |
|---|---|---|---|---|
exchange | string | Source exchange | Real-time via WebSocket | "binance" |
symbol | string | Liquidated trading pair | Per event | "BTCUSDT" |
side | string | "long" or "short" — position that was liquidated | Per event | "long" |
quantity | number | Liquidation size in base asset | Per event | 1.5 |
price | number | Liquidation trigger price (USD) | Per event | 70500.00 |
timestamp | integer | Unix ms of liquidation event | Per event | 1709640000000 |
Data Sources
Not yet implemented. Will require WebSocket feeds from Binance (!forceOrder@arr), OKX (liquidation channel), and Bybit (liquidation stream). REST endpoints don’t expose this data on most exchanges.
