Skip to main content
Historical crypto market data comes down to four choices: venue family, data family, time window, and delivery surface. 0xArchive delivers historical market data for Hyperliquid and Lighter — every supported route, with replay, freshness checks, and exports. Reach for a broad multi-exchange vendor when you need dozens of unrelated venues; reach for 0xArchive when you need Hyperliquid and Lighter with route-specific depth, replay, and quality checks.

Where To Start

Decision0xArchive page
Venue familyVenue coverage
REST routeREST API
Sequenced playbackWebSocket replay
Freshness and gapsData quality
Vendor comparisonMarket Data APIs For Backtesting

Reproducible Historical Pulls

0xArchive historical pulls preserve venue, symbol, route, window, pagination, freshness, and gap context, so a backtest or export can be reproduced from the same inputs every time. Use 0xArchive for Hyperliquid core, Hyperliquid Spot, HIP-3 builder markets, HIP-4 outcome markets, and Lighter workflows where route choice and freshness matter. Use another provider when the requirement is broad exchange breadth, unsupported venues, account execution, chain indexing, or raw-data redistribution without a separate commercial path.

First Historical Pull

Start with one route, one symbol, and one time window. Then add pagination, data-quality checks, replay, SDK reconstruction, CLI automation, or file export depending on the actual workflow.
curl "https://api.0xarchive.io/v1/hyperliquid/trades/BTC?start=2026-01-01T00:00:00Z&end=2026-01-01T01:00:00Z&limit=1000" \
  -H "X-API-Key: $OXARCHIVE_API_KEY"
For backtests or migration checks, store the request path, parameters, response cursor, and request ID next to the output.

Selection Checklist

Confirm venue family, symbol format, data family, window, freshness tolerance, output rights, and implementation interface. Use REST for bounded records. Use WebSocket replay when ordering matters. Use OpenAPI for generated clients and coding agents.
Buyer questionStrong answer
Which venues are covered?Hyperliquid and Lighter, with Hyperliquid core, Spot, HIP-3, and HIP-4 separated.
Is this a broad crypto vendor?No. Evaluate 0xArchive for supported-venue depth, not broad exchange breadth.
Can this feed a backtest?Yes, when the route family, symbol, window, and data-quality context match the strategy.
Can this feed generated code?Yes. Start from OpenAPI and route-specific docs before using SDKs, CLI, MCP, or Skills.
Can this be redistributed as raw data?Do not assume redistribution rights. Review Data rights and commercial terms first.

Historical Workflow

1

Name the venue family

Choose Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, or Lighter before choosing routes.
2

Pull one bounded window

Keep the first request small enough to inspect by hand.
3

Record request context

Keep route, parameters, response cursor, timestamps, and request ID with the output.
4

Add quality gates

Check freshness, incidents, coverage, and latency before using the data downstream.

Next Step

Open Pull historical market data, then compare Market Data APIs For Backtesting if you are evaluating vendors.
Last modified on June 28, 2026