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.

Supported Market Surfaces

SurfaceStatusUse it for
Data explorerLiveBrowse supported market data visually
/v1/hyperliquid/instrumentsIn OpenAPIHyperliquid core instrument planning
/v1/lighter/instrumentsIn OpenAPILighter instrument planning
/v1/hyperliquid/hip3/instrumentsIn OpenAPIHIP-3 instrument planning
/v1/hyperliquid/hip4/instrumentsIn OpenAPIHIP-4 instrument and outcome-market planning

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

Reader jobStart hereThen verify
Browse supported markets0xArchive DataVenue family, symbol, and available data families
Plan a route callMatching instrument endpointREST API and generated OpenAPI
Build a chart or dashboardMarket page or Data explorerFreshness, coverage, incidents, and API route support
Export filesData catalogExport schemas and Data rights
Generate client codeREST reference and OpenAPIExamples, SDKs, and request IDs
Do not infer HIP-3, HIP-4, Spot, or Lighter support 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.
Your goalWhere to go
Confirm a market’s venue and route familyVenue coverage, then the matching REST family
Verify a symbol, pair, or outcomeThe instrument, pair, or outcome route for that venue
Check freshness, incidents, or latencyData quality
Pull filesData catalog, Export schemas, Data rights
Write codeREST API, OpenAPI, Examples, SDKs

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 market is implementation-ready

A market is ready to use when its venue family, symbol, freshness state, route support, and export or API path are all confirmed.
4

Respect data-rights boundaries

API access and exports do not grant raw redistribution rights. Check Data rights before any downstream delivery.

Data-Rights Boundary

API access and exports do not automatically grant raw redistribution rights for the underlying archive. Review Data rights before any downstream delivery, public download, or partner workflow.

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 June 28, 2026