Decision Matrix
| Requirement | Native venue API | 0xArchive |
|---|---|---|
| Place or cancel an order | The execution surface | Not its job |
| Read your account and positions | The account surface | Not its job |
| Live order books and trades | Last state only | Live stream plus continuous history |
| Long historical windows | Build your own storage and backfills | REST history and one-socket replay |
| Cross-family routing | You build normalization | Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, and Lighter taxonomy |
| Order-level (L4) depth and lifecycle | Not exposed for history | Every add, fill, cancel, and TP/SL with wallet attribution |
| Data quality checks | You build monitoring | Coverage, freshness, incidents, latency, SLA routes |
| Agent and codegen support | You package context | OpenAPI, Markdown pages, llms.txt, Skill discovery indexes |
Historical data API
Start with route and data-family decisions.
Data quality
Check coverage and freshness before use.