Venue selection is a routing decision, not a label cleanup step. Pick the family before writing code, then carry it into logs, schemas, exports, and agent prompts. 0xArchive exposes two top-level venue APIs: Hyperliquid and Lighter.xyz. Hyperliquid core perps, Hyperliquid Spot, HIP-3 builder perps, and HIP-4 outcome markets are separate Hyperliquid-scoped market families underDocumentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
/v1/hyperliquid/*, /v1/hyperliquid/spot/*, /v1/hyperliquid/hip3/*, and /v1/hyperliquid/hip4/*; HIP-3 and HIP-4 are not additional top-level venues.
| Workflow | Venue family to inspect first |
|---|---|
| Long-window Hyperliquid perp research | Hyperliquid core |
| Pair-based Hyperliquid Spot research | Hyperliquid Spot |
| Builder-market research | HIP-3 |
| Outcome-market probability and side history | HIP-4 |
| Lighter depth or L3 reconstruction | Lighter |
| Cross-venue comparison | One request family per venue, joined after retrieval |
Symbol Rules
Standard Hyperliquid perp symbols such asBTC and ETH use core Hyperliquid routes. Spot pairs such as HYPE-USDC use Spot routes. HIP-3 symbols commonly carry a builder prefix such as km:US500. HIP-4 outcome sides can use numeric or # identifiers and probability-priced fields. Lighter symbols use /v1/lighter/*.
Route Rules
Make route choice explicit in code, docs, and generated prompts. Similar symbols can belong to different families. For cross-venue work, pull each venue through its own namespace and join results after retrieval.Coverage Packet
Use this packet before publishing examples, generating code, or expanding a job.| Field | Required before expansion |
|---|---|
| Venue family | Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, or Lighter. |
| Symbol shape | Core symbol, Spot pair, builder-prefixed HIP-3 symbol, HIP-4 outcome identifier, or Lighter symbol. |
| Data family | Order book, L3, L4, trades, candles, funding, OI, liquidations, orders, replay, or export. |
| Time window | UTC start/end, limit, cursor behavior, and any settled-market end state. |
| Quality check | Freshness, coverage, incident, latency, or gap state for the same family and window. |
| Storage context | Route, parameters, request ID, generation time, and venue family attached to downstream records. |