Skip to main content
The free tier should answer one question quickly: can this workflow reach the right venue family, route shape, auth pattern, and response envelope before paid volume is needed? The free path is for a fit check. It should answer whether 0xArchive supports the venue family, symbol shape, route, response envelope, and first workflow you need. It should not be presented as unlimited production capacity, raw redistribution permission, or a replacement for plan-specific terms.
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

CheckWhy it mattersPage
API key worksConfirms auth and response envelopeQuickstart
Venue family is correctPrevents core, Spot, HIP-3, HIP-4, and Lighter mixupsVenue coverage
Symbol is supportedPrevents category-based assumptionsVenue coverage
Freshness is acceptablePrevents stale data entering downstream jobsData quality
Limits are understoodPrevents unbounded scripts and retry loopsRate limits
Use rights fitPrevents confusing internal API use with redistributionData rights

Starter Workflow

1

Create a key

Use the dashboard key flow and keep the key in an environment variable or secret store.
2

Run the quickstart

Make one authenticated request and confirm success, data, and meta.request_id.
3

Choose the real route family

Move from the quickstart example to the route family your actual job needs.
4

Add quality and limit gates

Before looping, add data-quality preflight, rate-limit handling, and a bounded output plan.

Plan Envelope

LimitFree
Monthly credits50,000
Request rate15 rps
Concurrent queries3
API keys1
Historical lookbackFull archive (90-day query window)
WebSocket10 subscriptions, 2 connections, 10x replay
MarketsAll (Hyperliquid core, Spot, HIP-3, HIP-4, Lighter)
SchemasAll (L2 / L3 / L4 order books, order flow, TP/SL)
The Free envelope is a fit-check lane. It is sized to confirm the route shape and auth pattern across the venue families you need before evaluating a paid plan. Every market family and schema (L2/L3/L4, order flow, TP/SL) is available on Free; paid plans raise credits, rate, concurrency, replay, and query windows.

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.
FieldStarter check
Key pathDashboard key stored outside source control
Route familyOne supported venue family and one exact symbol
First responseEnvelope shape, status code, and request ID
FreshnessData-quality check for the same family and symbol
Limit postureOne bounded request before loops, replays, exports, or agent-generated jobs
Rights postureInternal evaluation only unless terms say otherwise

Next Step

Open Quickstart to make your first call, then use Rate limits before widening the workload.
Last modified on June 28, 2026