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.

Credits connect plan economics to actual API and export work: routes, depth, replay, concurrency, and file delivery can carry different cost profiles. Credits are a capacity and planning concept. They help teams size API workloads, Data Catalog exports, and heavier historical jobs before production code starts running broad loops. For current account terms, pricing, and checkout details, use the live pricing page and your dashboard. For client design, use this page with Rate Limits.

Credit Surfaces

SurfaceWhat credits help planDesign implication
REST APIRequest volume, heavy route usage, and historical pullsStart with one route, then batch by symbol and window
WebSocket replayReplay speed, channel count, and historical event volumeBound windows and store replay configuration
Data CatalogFile-style exports and subscriber credit offsetsUse export credits for purchase-style workflows, not infinite API loops
L3/L4 depthLarger payloads and reconstruction-heavy workflowsSeparate high-depth jobs from simple freshness checks
Automation workflowsScripts and agent-assisted jobs that can accidentally widen too fastRequire route, symbol, limit, and concurrency before execution

How To Think About Credits

Credits should make the workflow more explicit. A job should know the route family, symbol set, data family, time window, page size, concurrency, retry budget, and output destination before it starts. If the job cannot state those values, it is not ready to spend broadly. Do not use credits as a substitute for correctness. A job can be under budget and still use the wrong route family. A job can have enough credits and still produce bad research if it ignores freshness or incidents. Treat credits, rate limits, and data quality as separate gates.

Workflow Rules

1

Probe before spend

Run one bounded request, inspect the response envelope, and preserve meta.request_id.
2

Estimate by route family

Separate Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, and Lighter work instead of summing them into one vague market-data job.
3

Split heavy jobs

Batch historical pulls and replay windows so work can pause, resume, and retry without duplicating output.
4

Attach usage context

Store route, window, concurrency, and data-quality decisions with the output so cost can be reviewed later.

API Credits Versus Data Catalog Credits

API credits fit recurring application, research, dashboard, agent, and backtesting workflows. Data Catalog credits fit file-style export purchases. If the user wants to deliver raw data to customers, resell a feed, or package a public dataset, use Data Rights and Contact to review the terms instead of treating credits as permission.

Credit Planning Packet

Before widening a usage-heavy job, capture route family, symbol set, data family, window size, page size, concurrency, retry budget, output destination, and data-quality decision. That packet separates budget planning from route support and data-rights decisions. Use one packet for API workloads and a separate packet for Data Catalog exports. API credits do not make a browser checkout route public, and export credits do not turn file delivery into an unbounded API loop.

Next Step

Use Rate Limits for current public plan envelopes and Limits And Throughput for queue design.
Last modified on May 18, 2026