Skip to main content
Turn any 0xArchive market view into an API request, export, chart, or build task. Every 0xArchive market resolves to a venue family, symbol format, route family, freshness state, and output boundary, so you can move from a chart to a working API call without guessing. Start from the live 0xArchive Data surface to browse covered markets, then move to the matching instrument and REST routes for implementation detail.

Market Surfaces

Why 0xArchive Fits

0xArchive keeps market browsing and API implementation on the same taxonomy. The market page can introduce the instrument, but the implementation should still resolve through Venue coverage, REST API, Data quality, and the generated OpenAPI contract. That matters for Hyperliquid and Lighter work because a visual symbol is not enough. A useful market path names whether the job belongs to Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, or Lighter before it points to routes, exports, or code.

What To Use First

Do not infer HIP-3, HIP-4, Spot, or Lighter availability from a category label. Confirm the symbol through the route family that will actually serve the request.

Market-To-API Checklist

Use this checklist to turn a market view into a working API call or export.

From Market Page To API

1

Start from the instrument family

Use /v1/hyperliquid/instruments, /v1/lighter/instruments, /v1/hyperliquid/hip3/instruments, or /v1/hyperliquid/hip4/instruments.
2

Match it to the right route family

Resolve each market to its REST route family and confirm Data quality.
3

Confirm the route and window

Confirm the venue family, symbol, freshness state, route, and export or API path before the market feeds code or an export.
4

Respect data-rights boundaries

API access and exports do not grant benchmark, index, financial-product, standalone/substitute, raw-redistribution, white-label, or OEM rights. Check Data rights before those uses.

Data-Rights Boundary

API access and exports can be used internally, commercially, and in customer-facing products when outputs are materially transformed without source-record exposure or reconstruction. Review Data rights for benchmark, index, financial product, raw redistribution, standalone or substitute market-data, white-label, or data-as-product OEM use.

Next Step

Open the live Data explorer, then use Venue coverage and REST API to move from visual inspection to API usage.
Last modified on August 13, 2026