Skip to main content

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.

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.

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 assumptionsData Availability
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 credits10M
Request rate15 rps
Concurrent queries3
API keys1
Historical lookback30 days
WebSocketNot included
Hyperliquid coreBTC only
HIP-3km:US500 only
HIP-4, Lighter, Spot, L4Not included
The Free envelope is a fit-check lane. It is sized to confirm the route shape, auth pattern, and one symbol per supported venue family before evaluating a paid plan.

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 Packet

Use the free tier to fill a small starter packet 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 Free Crypto Data API for the public starter narrative, then use Rate Limits before widening the workload.
Last modified on May 18, 2026