Connect to tick-level Hyperliquid market data in minutes
Real-time WebSocket streaming, historical REST queries, and instant exports across supported symbols and schemas.
curl "https://api.0xarchive.io/v1/hyperliquid/orderbook/BTC" \
-H "X-API-Key: $OXA_API_KEY"
Block-by-block Hyperliquid Level 4 (L4) order book data
Inspect each captured move from any wallet.
Comprehensive coverage to answer the toughest quantitative questions
28+ ultra-low latency endpoints for more accurate backtests and richer analysis.
Trades
Fill-level executions with price, size, side, fees, order IDs, and wallet attribution across core perps, Spot, HIP-3, and HIP-4. History before 2025-03-22 comes from a capped per-user API backfill and is incomplete, especially for maker-side and high-volume activity.
- History from
- Core Apr 2023 · Spot Mar 2025 HIP-3 Oct 2025 · HIP-4 May 2026
- Resolution
- Per fill
L4 order book
Reconstruct resting orders with price, size, order identity, and account attribution across core perps, Spot, HIP-3, and HIP-4.
- History from
- Core / HIP-3 Mar 2026 Spot / HIP-4 May 2026
- Resolution
- Per order
- Depth
- All levels
L4 order events
Trace placements, updates, fills, and cancellations with order identity, price, size, side, and account attribution.
- History from
- Core / Spot / HIP-3 Mar 2026 HIP-4 May 2026
- Resolution
- Per lifecycle event
Liquidations + liquidation levels
Completed core-perp liquidation events with wallet and position context, plus projected forced-liquidation price levels for cascade mapping and stress analysis.
- History from
- Core events Jul 2025 Levels Jul 2026
- Resolution
- Events: Per event Levels: ~5 min snapshots
Native L2 order book
Venue-native aggregated bid and ask levels for spread, depth, and liquidity analysis across core perps, Spot, HIP-3, and HIP-4.
- History from
- Core Apr 2023 · HIP-3 Feb 2026 Spot / HIP-4 May 2026
- Resolution
- Price levels
- Depth
- 20 levels per side
Funding + open interest
Funding and open interest for core perps and HIP-3. HIP-4 contributes outcome-side open interest only.
- History from
- Core May 2023 · HIP-3 Feb 2026 HIP-4 OI May 2026
- Resolution
- Core: ~1 min HIP-3: ~10 sec HIP-4 OI: ~10 sec
Access Hyperliquid data wherever your code lives
Stream, replay, and query by API and MCP, or export Parquet data straight to email.
- Historical REST API
Query exact Hyperliquid symbols and historical time ranges from notebooks, services, and dashboards. Start with the Hyperliquid historical data API guide. For practical workflows, see the Hyperliquid backtesting guide, Hyperliquid order-book guide, or Hyperliquid liquidation guide.
View Hyperliquid REST routes - Real-time WebSocket streaming and replay
Stream events in real time or replay market history in sequence when event order matters.
Read WebSocket documentation - Parquet data exports
Move larger research slices into offline jobs without maintaining collectors.
Browse Hyperliquid exports - MCP access
Bring Hyperliquid market data into coding agents and MCP-compatible research workflows.
Connect with MCP - SDKs and documentation
Build with documented routes, examples, and typed client libraries.
Explore SDKs