We built a live Hyperliquid analytics app on top of the same APIs documented here, both as a reference implementation and a tool you can use directly.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.
hyperliquid.goldrush.dev →
Open the live app.
What’s inside
HIP-3 Market Screener
Real-time screener for every builder-deployed perp market. For each market:- Tick-level trades as they happen.
- Order flow - net buying vs selling pressure.
- Maker/taker classification for every fill.
- Position reconstruction - top wallets and their notional exposure per market.
walletTxs + HIP-3 and HIP-4 OHLCV streams.
Liquidation Cascade Map
Live liquidation feed with cascade reconstruction:- Cascade chains - tracks when one liquidation triggers further liquidations.
- Per-market vulnerability scoring - current risk level for each market.
- Forward-looking liquidation level estimation - projected price levels where significant liquidations would occur, derived from real positions.
HypercoreFillTransaction.liquidation + per-wallet clearinghouseState aggregation.
Market Health Score
Composite A+ to D grade per market across six axes:- Liquidity - depth, spread, recent fills.
- Oracle - mark vs oracle price drift, premium stability.
- Activity - fills per minute, unique traders.
- Risk - open interest, leverage distribution, current liquidation pressure.
- Order Flow - net direction, maker/taker balance.
- Builder Economics - for HIP-3 and HIP-4, builder fee revenue and trader economics.
Macro feeds
Live TV feeds (Bloomberg, CNBC, CNN, Al Jazeera) embedded alongside market views - useful when trading commodity and equity HIP-3 and HIP-4 markets that move on macro news.Build similar features yourself
Everything in the app is built on the public GoldRush API. The capabilities map directly to docs:| App feature | Underlying API |
|---|---|
| HIP-3 screener trades | Wallet firehose |
| HIP-3 candles | HIP-3 markets |
| Liquidation cascade | Liquidations & vaults |
| Account snapshots | clearinghouseState |
| Market snapshot | metaAndAssetCtxs |
| Warehouse-backed analytics | Pipeline API |