The HIP-4 Predictions API exposes every order, fill, position, and settlement on Hyperliquid’s HIP-4 prediction markets through fast REST endpoints over a live HIP-4 event stream. Data lands ~5 seconds behind real-time and is queryable forever.Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
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
| Tier | Rate Limit | Price |
|---|---|---|
| Free | 600 req/min (10/sec) | $0 |
| Pro | 6,000 req/min (100/sec) | $50/mo |
| Enterprise | 60,000 req/min (1K/sec) | Custom |