Market Liquidations
GET/v1/hyperliquid/markets/liquidations
Returns one row per liquidation event, aggregated across the multiple fills that walk the book during a liquidation. Only the liquidated user’s side is returned — counterparty fills are excluded.
Each row surfaces the coin, liquidated user, transaction hash, liquidation kind (CROSS_LONG, ISOLATED_SHORT, and others), total size and notional, size-weighted average fill price, the mark price at liquidation, and the liquidation method reported by the venue (backstop and others).
Filter by coin, dex, and/or liquidated_user — filters compose additively. Sort by notional (default — largest events first) or time (most recent first).
Query Parameters
| Parameter | Description | Value |
|---|---|---|
coinstring | Hyperliquid coin identifier. Core perps have no prefix ( | |
dexstring | DEX identifier. | |
liquidated_userstring | Filter by address
| |
sort_bystring |
| notional |
start_timestring | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | |
end_timestring | UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...). | |
limitinteger | Number of items* returned in a single request.
| |
pageinteger | Page number to fetch.
|
Potential Responses
| Status | Description |
|---|---|
| 200 | Successful Response |
| 400 | Client side error |
| 401 | Authentication failed |
| 403 | Forbidden |
| 404 | Not found |
| 500 | Server side error |