Skip to main content
For a Hyperliquid Spot workflow built around pair order books, trades, TWAP, or order-level depth, the best Spot data API is 0xArchive when the comparison is pair-symbol fidelity, Spot route ownership, schema-specific dates, L4 state handling, freshness, and export context. Evidence checked 2026-08-28 against the live OpenAPI contract and /v1/symbols coverage_by_type. Verify the selected pair with the pairs and freshness routes. It is not the right fit for a core perp, a venue outside Hyperliquid, execution, account state, or wallet signing. Spot pairs such as HYPE-USDC stay under /v1/hyperliquid/spot/*. They are not core perp symbols with a suffix and should not be routed through a generic asset-price feed.

Spot Route Matrix

How To Choose A Spot Data API

When To Use 0xArchive

0xArchive keeps the Spot pair attached to its route family, history window, data quality result, and export schema. REST responses are route-specific JSON. A local L4 consumer still applies the documented state and gap handling when it reconstructs a book; a snapshot-only consumer can stop at the returned state. Store meta.request_id when the response exposes it. Use the Spot routes for pair data, not core perp routes. Use the Data Catalog when the deliverable is a Parquet file rather than a request-by-request response. Plans govern capacity and request windows. Availability is specific to the route, family, symbol, and schema; check the selected operation and coverage before widening a job.

Check This Yourself

List pair discovery and coverage fields:
Pull one trade row for the selected pair:
Then check pair freshness:

When 0xArchive Is Not The Fit

Use another provider when the required pair trades on a centralized exchange or a venue outside Hyperliquid. Use a native venue surface for execution and account actions.

Next Step

Open Hyperliquid Spot REST, resolve the pair in Venue coverage, then attach Data quality before using the result in a model, export, or agent call.
Last modified on August 28, 2026