GoldRush is the complete data layer for Hyperliquid. It aggregates everything you need to build on Hyperliquid - HyperCore, HIP-3, HIP-4, and HyperEVM - under one API key.Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Drop-in Info API
Same
/info request body. Change one URL and one header to remove rate limits and unlock more data. Hosted at hypercore.goldrushdata.com.Real-time Streaming
Wallet firehose, OHLCV for every HIP-3 and HIP-4 market the moment it goes live, and pre-decoded liquidations and vault events.
Pipeline to your warehouse
Land
hl_fills, hl_trades, hl_orders, hl_funding, and more directly in ClickHouse, BigQuery, Postgres, Kafka, or S3.HyperEVM coverage
Token balances, transfers, approvals, NFTs, and gas for HyperEVM - same shape as every other EVM chain on GoldRush.
Why GoldRush for Hyperliquid
The public Hyperliquid/info API is generous, but it has hard limits that most production apps run into:
- 1200 weight/min/IP rate limits per address.
- 1000 WebSocket subscriptions per IP - not enough to track every active trader.
userFillscapped at ~10,000 rows - active traders blow through that in weeks.- Liquidations buried inside fills as a thin stub; vault, staking, and delegation data arrives untyped.
- HIP-3 and HIP-4 discovery is manual -
candleSnapshotis poll-based and effectively limited to mainstream markets. - No HyperEVM concept at all - DEXes, NFT mints, and lending live on chain
999and the/infoAPI doesn’t see them.
What’s included
| Surface | What you get | Where to start |
|---|---|---|
| Info API | Drop-in replacement for POST /info. Same request body, no rate limits, faster orderbook reads, batched user state, builder-attribution data. | Info API Overview |
| Streaming API | Real-time walletTxs, ohlcvCandlesForPair, ohlcvCandlesForToken over GraphQL/WebSocket. Pre-decoded HyperCore events. | Wallet firehose, HIP-3 markets |
| Pipeline API | Push hl_fills, hl_trades, hl_orders, hl_funding, hl_misc_events into your warehouse continuously. | HyperCore normalizers, Stream Hyperliquid trades to ClickHouse |
| Foundational API | HyperEVM token balances, transfers, approvals, NFTs, gas, blocks. | HyperEVM chain page |
| Live analytics | HIP-3 Market Screener, Liquidation Cascade Map, Market Health Score at hyperliquid.goldrush.dev. | Live tools |
Infrastructure
- Dedicated Hyperliquid nodes in Tokyo - colocated with Hyperliquid’s validator infrastructure for low-latency reads.
- Private backbone for high-throughput data ingestion.
- No rate limits - bypass the public
/infoand WebSocket constraints entirely. - Full historical backfill - every fill, funding payment, and ledger event back to HyperCore block
676,607,001(2025-07-27T01:49:59Z). HyperEVM coverage goes back to genesis.
Quickstart
Three “first 5 minutes” paths - pick whichever maps to what you’re building.Replace one URL
Already using
api.hyperliquid.xyz/info? Change the URL and add one header.Open a wallet stream
Subscribe to thousands of HyperCore wallets in one connection.
Land fills in your warehouse
Stream
hl_fills into ClickHouse, BigQuery, or Postgres.