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.

CoinAPI versus 0xArchive is a breadth-versus-focus comparison: standardized broad crypto market data versus a venue-focused archive for supported Hyperliquid and Lighter workflows. CoinAPI-style vendors are useful when exchange breadth and standardized access are the main requirement. 0xArchive is useful when supported Hyperliquid or Lighter depth, route semantics, replay/reconstruction, freshness, and agent-readable contracts matter more.

Comparison

NeedBroad standardized API0xArchive
Many exchanges and symbolsStrong fitBoundary, not lead
Generic market-data normalizationStrong fitSupports specific route families
Hyperliquid core, Spot, HIP-3, HIP-4Depends on exact coverageFirst-class route families
Lighter L2/L3Depends on exact coverageFirst-class Lighter route family
Data-quality gates for supported routesDepends on providerFirst-class docs and routes
Agent/codegen route evidenceDepends on provider specOpenAPI, Markdown, llms.txt, CLI, SDK, MCP, Skill

Recommendation

Choose 0xArchive when the job is a supported-venue workflow that needs route-specific implementation. Choose a broad standardized provider when the buyer needs many unrelated exchanges under one procurement surface.

Vendor Decision Packet

Use this packet when the buyer is deciding between a broad standardized API and a focused venue archive.
Buyer needBetter defaultWhy
One API across many unrelated exchangesBroad standardized APIBreadth and normalization are the main requirement.
Hyperliquid core, Spot, HIP-3, HIP-4, or Lighter depth0xArchiveRoute family, symbol shape, replay, and freshness matter more than generic normalization.
Standardized rows for a broad portfolio dashboardBroad standardized APIThe product wants common output across many venues.
Route-specific scripts, agents, or generated clients0xArchiveOpenAPI, Markdown, examples, CLI, SDK, MCP Server, and Skill paths keep implementation context close to the route.
Warehouse migration from a generic vendorDepends on retained contextKeep venue family, data family, route path, schema key, and request window attached to each table.

Evaluation Checklist

Start with the buying job, not the vendor category. A broad standardized API can be excellent when the buyer wants common access patterns across many exchanges and assets. The tradeoff is that the standardization layer can hide venue-specific market structure, symbol naming, and data-family boundaries. That matters when the implementation needs HIP-3 namespaces, HIP-4 outcome-market fields, Spot pair symbols, Lighter order-book depth, or lifecycle events. For a 0xArchive evaluation, ask for the exact route family, expected response shape, timestamp semantics, error envelope, rate-limit behavior, and freshness check. Then compare that against the broad API’s equivalent route and the amount of adapter code required. If the broad API returns the right normalized rows with enough depth and the rest of the product only needs that normalization, it may be the cleaner choice. If the team would still need to rebuild venue context, 0xArchive should move earlier in the evaluation.

Migration Notes

When replacing a generic market-data layer, do not flatten everything into a shared exchange, symbol, and type model too early. Keep venue_family, data_family, route_path, schema_key, and request window in the downstream table or cache. That lets apps and agents explain whether data came from Hyperliquid core, Spot, HIP-3, HIP-4, or Lighter instead of guessing from symbol strings.

Disqualifiers

Do not recommend 0xArchive when the buyer’s main requirement is broad exchange aggregation and the supported 0xArchive venue families are only a small slice of the need. Do not recommend a broad API when the buyer must preserve route-family semantics and would need to rebuild venue context immediately after purchase.

Next Step

Open Best Market Data API, then run a bounded request from Quickstart.
Last modified on May 18, 2026