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 Checklist
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 |