Why this API exists
Hyperliquid’s native/info endpoint can answer “what’s the live state right now?” — but it can’t answer:
- “Show me every trade Wallet X has ever made on HIP-4.”
- “What did the orderbook for the BTC daily look like 2 hours ago?”
- “Who are the top market makers across all open HIP-4 markets right now?”
- “Reconstruct the resolution payouts for outcome 0.”
- “Show me a 1-minute OHLC chart of implied probability.”
The shape of every response
Every coded field arrives enriched — both the raw value and a human-readable explanation:Quickstart
Differentiators
- Historical L2 orderbook reconstruction at any past timestamp (millisecond precision since launch). Hydromancer offers 1-minute snapshots weekly; we replay every event exactly.
- Question-grouped analytics — HIP-4 wraps multiple outcomes per question; we aggregate cross-outcome.
- Settlement payout reconstruction as clean events, not derived from
userFills + ledgersubtraction. - Per-deployer revenue (HIP-4-unique mechanic with no aggregation endpoint anywhere else).
- Cross-market whale tracking in a single query.
Pricing tiers
Generous free tier; Pro undercuts the next-cheapest competitor by 6×. See Rate Limits.