Use Hyperliquid core routes for standard perp market history. Use HIP-3 and HIP-4 pages when the market belongs to a builder-perp or outcome-market family.Documentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
Hyperliquid REST
Core perp route family.
Historical guide
Bounded pull pattern with freshness checks.
Why 0xArchive Fits
Hyperliquid historical work usually needs more than one latest quote. 0xArchive gives core perp builders route-stable REST history, generated OpenAPI reference pages, WebSocket replay guidance, reconstruction docs, and data-quality checks in one portal. Use this page for core perp symbols such asBTC and ETH. Use Hyperliquid Spot Data API for pair symbols such as HYPE-USDC, HIP-3 Data API for namespaced builder markets, and HIP-4 Data API for outcome markets.
Core Perp Route Map
| Need | Route family to inspect first |
|---|---|
| Current or timestamped depth | /v1/hyperliquid/orderbook/{symbol} |
| Historical depth snapshots | /v1/hyperliquid/orderbook/{symbol}/history |
| Trades | /v1/hyperliquid/trades/{symbol} |
| Funding and open interest | /v1/hyperliquid/funding/{symbol} and open-interest routes |
| Candles | /v1/hyperliquid/candles/{symbol} |
| Liquidations | /v1/hyperliquid/liquidations/{symbol} |
| Order-level work | L4 and orders routes where the plan and route support them |
timestamp. For historical trade windows, use Unix milliseconds for start and end.