Skip to main content
0xArchive serves Hyperliquid liquidation events by symbol from December 2025, continuous to the current hour over REST and WebSocket, alongside order book, trade, funding, and open interest history for the same markets.
curl "https://api.0xarchive.io/v1/hyperliquid/liquidations/BTC?start=1767225600000&end=1767312000000" \
  -H "X-API-Key: $OXARCHIVE_API_KEY"

Liquidations route

Liquidation route family.

Hyperliquid REST

Core perp routes.

What Is Available

Route familyEarliestDetail
LiquidationsDecember 2025Liquidation events by symbol
Liquidation contextApril 2023Order book, trades, funding, and open interest for the same markets
Liquidation history begins December 2025. For longer context, pair liquidations with order book, trade, and funding history, which reach back to April 2023.

Implementation Pattern

Pull one symbol and one UTC window of liquidations, then add order book or trade context for the same window. Liquidation routes can return valid empty pages when no events match the symbol and window. Check Data quality and request IDs before the output feeds a model, alert, or report.

Next Step

Open Liquidations route, then pair it with Hyperliquid REST and Data quality.
Last modified on June 28, 2026