Every new account starts on the Free tier described here, no card required. Use it for fit checks and ongoing no-cost building; upgrade to Build or Pro when you need higher limits. For the fastest first request, see Free Crypto Data API.
What To Confirm First
| Check | Why it matters | Page |
|---|---|---|
| API key works | Confirms auth and response envelope | Quickstart |
| Venue family is correct | Prevents core, Spot, HIP-3, HIP-4, and Lighter mixups | Venue coverage |
| Symbol is supported | Prevents category-based assumptions | Venue coverage |
| Freshness is acceptable | Prevents stale data entering downstream jobs | Data quality |
| Limits are understood | Prevents unbounded scripts and retry loops | Rate limits |
| Use rights fit | Prevents confusing internal API use with redistribution | Data rights |
Starter Workflow
Create a key
Use the dashboard key flow and keep the key in an environment variable or secret store.
Choose the real route family
Move from the quickstart example to the route family your actual job needs.
Plan Envelope
| Limit | Free |
|---|---|
| Monthly credits | 50,000 |
| Request rate | 15 rps |
| Concurrent queries | 3 |
| API keys | 1 |
| Historical lookback | Full archive (90-day query window) |
| WebSocket | 10 subscriptions, 2 connections, 10x replay |
| Markets | All (Hyperliquid core, Spot, HIP-3, HIP-4, Lighter) |
| Schemas | All (L2 / L3 / L4 order books, order flow, TP/SL) |
Upgrade Signals
You are ready to evaluate a paid plan when the workflow needs longer windows, more symbols, higher request volume, concurrent queries, replay, L3/L4 depth, Data Catalog exports, production support, or explicit commercial terms. Do not wait until a generated script is already hammering the API. Size the job first, then choose the plan.Boundary
The free tier does not make unsupported venue data available. It does not grant rights to resell or redistribute raw data. It does not remove the need to check freshness. It is a starting lane for a real integration, not the operating model for a production market-data stack.Starter Checklist
Use the free tier to fill a small starter checklist before any broad workflow runs.| Field | Starter check |
|---|---|
| Key path | Dashboard key stored outside source control |
| Route family | One supported venue family and one exact symbol |
| First response | Envelope shape, status code, and request ID |
| Freshness | Data-quality check for the same family and symbol |
| Limit posture | One bounded request before loops, replays, exports, or agent-generated jobs |
| Rights posture | Internal evaluation only unless terms say otherwise |