Choose the venue family
Use Venue coverage to pick Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, or Lighter.
Check coverage and incidents
Use Data quality before pulling long windows.
Route Choice
| Need | Start with |
|---|---|
| Hyperliquid perp history | /v1/hyperliquid/* |
| Hyperliquid Spot history | /v1/hyperliquid/spot/* |
| HIP-3 builder perp history | /v1/hyperliquid/hip3/* |
| HIP-4 outcome-market history | /v1/hyperliquid/hip4/* |
| Lighter history | /v1/lighter/* |
| Sequenced replay | WebSocket replay |
Parameter Rules
Most REST history routes use Unix milliseconds forstart, end, and cursor-like pagination values. The response envelope can include meta.count, meta.next_cursor, and meta.request_id. Store those values with the output, especially when the job will feed a notebook, backtest, dashboard, or export comparison.
Do not mix timestamp formats inside one job. If a human chooses an ISO window, convert it once at the edge, store both the original human window and the Unix millisecond values sent to the API, then use the API values in retries and cursor loops.