Get liquidations
Market Data
Get liquidations
Historical liquidations feed for a perpetual market.
GET
Get liquidations
Returns the historical liquidations feed for a perpetual market, newest first, with cursor pagination. Perp markets only. A live streaming variant is available on request.
side is the direction of the liquidated position (long or short), not
the matching fill’s taker side. The cursor format is {ts_ms}_{id}. The query
window is currently capped at 7 days per request.Authorizations
Path Parameters
Canonical market slug, {venue}:{instrument_type}:{pair}.
Query Parameters
Start of the window (ISO 8601; naive datetimes treated as UTC).
End of the window (ISO 8601).
Maximum rows to return (1–5000).
Required range:
1 <= x <= 5000Pagination cursor from a previous response. Format: {ts_ms}_{id}.