0xArchive lets you start with a key and a real market-data request before you design a larger pipeline.Documentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
Create an account
Open the dashboard and create an API key.
Run the quickstart request
Use Quickstart to call a Hyperliquid BTC order-book route.
Check the route family
Use Venue Coverage before moving beyond the first request.
Watch limits
Use Rate Limits before a script widens to more symbols or history.
Quickstart
Make the first authenticated request.
REST API
Browse route families and examples.
What To Test First
Use a free key to confirm the integration path, not to design an unlimited production job. Start with one current order-book request, confirm the response envelope, and preservemeta.request_id. Then choose whether the real task needs history, streaming, SDKs, CLI, MCP Server, Skill, or OpenAPI code generation.
Free-Key Test Packet
Keep the first test small and explicit.| Field | Starter value |
|---|---|
| Route family | Hyperliquid core |
| Request | /v1/hyperliquid/orderbook/BTC |
| Auth | X-API-Key from OXARCHIVE_API_KEY |
| Response fields | success, data.symbol, data.bids, data.asks, meta.request_id |
| Next check | Venue Coverage, then Rate Limits and Data Quality |