Skip to main content

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.

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.

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.
Powered by 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.
Powered by 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.
Useful for: ranking markets, vetting new HIP-3 and HIP-4 launches, surfacing healthy markets to users.

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 featureUnderlying API
HIP-3 screener tradesWallet firehose
HIP-3 candlesHIP-3 markets
Liquidation cascadeLiquidations & vaults
Account snapshotsclearinghouseState
Market snapshotmetaAndAssetCtxs
Warehouse-backed analyticsPipeline API