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.

The GoldRush Hyperliquid API ships in phases. Available endpoints are documented under Info API; this page covers what’s coming.

Available now

The Info API ships with six types: four wire-compatible drop-ins covering the core “show me the market and my account” UX, plus two GoldRush-native batch endpoints.
TypeDescription
metaAndAssetCtxsPerp universe + per-asset live mark price, funding, OI, and day volume.
clearinghouseStatePerp account: positions, margin summary, account value, withdrawable.
spotClearinghouseStateSpot balances per token, total USD value.
frontendOpenOrdersOpen orders + trigger metadata (TP/SL, reduceOnly, orderType).
batchClearinghouseStatePerp account state for 1 to 50 wallets in one request. GoldRush-native, no upstream equivalent.
batchSpotClearinghouseStateSpot balances for 1 to 50 wallets in one request. GoldRush-native, no upstream equivalent.
Real-time streaming, Pipeline API delivery to warehouses, and full HyperEVM coverage are also live today - see the Hyperliquid API Overview.

Next: Top ~20 Info API types

We’re expanding the Info API to the most-used types on the public Hyperliquid /info surface. Backed by data we already ingest in real time.
CategoryTypesNotes
Metameta, spotMeta, spotMetaAndAssetCtxsPerp and spot universe metadata.
PricesallMidsAll-asset mark prices.
Orderbookl2BookSub-150 ms p50 target.
TradesrecentTrades, candleSnapshotBacked by the same fills we already stream.
User orders & fillsopenOrders, userFills, userFillsByTime, historicalOrders, orderStatusNo 10,000-row cap - full history.
User ledgeruserFunding, userNonFundingLedgerUpdates, fundingHistoryPre-decoded into typed events.
MiscuserFees, userRateLimit, referral, portfolioComing soon.
Until a type is implemented natively, requests for it return {"error":"unsupported_type","type":"<the type you sent>"}. Email us at [email protected] to prioritize a specific type.

Then: Power-user endpoints

Capabilities that go beyond the public /info surface, addressable from the same POST /info body.
TypeWhat it adds
builderFillsFills attributed to a specific builder code address.
builderLiquidationsLiquidations attributed to a specific builder.
liquidationFillsMarket-wide liquidation feed, paged.
webData2 (composite)One call returns clearinghouseState + openOrders + meta + assetCtxs + recent fills. Saves 4–5 round trips for dashboards.
perpDexsList of all HIP-3 and HIP-4 builder-deployed perp DEXes. First-class HIP-3 and HIP-4 coverage across meta and metaAndAssetCtxs when dex is provided.

Historical depth

  • Extended retention on hl_trades and hl_fills.
  • Bulk archive export - GET /archive/{type}.parquet?from=…&to=… returns a presigned URL for backfill into your warehouse.

Ergonomics

  • Accept-Encoding: zstd for smaller payloads.
  • Optional ?fields= parameter for response field projection.

Best-in-class differentiators

Capabilities no other Hyperliquid data provider offers today.

Time-travel info (asOfMs)

Every user-state and market type accepts an optional asOfMs parameter. Replay any wallet’s state at any past timestamp using the same /info request body. Use cases: historical PnL audits, snapshot for tax reports, “what did this account look like before liquidation,” backtest harnesses.

Cross-venue unified perpetuals

New types unifiedMeta and unifiedClearinghouseState merge Hyperliquid + Drift + dYdX + Aevo positions for a wallet into one response. Use cases: multi-venue portfolio dashboards, cross-margin monitoring, unified risk engines.

Streaming mirror via SSE and gRPC

Mirror every WebSocket subscription as:
  • Server-Sent Events (GET /info/stream?type=…) - works through corporate proxies and serverless edges where WS is blocked.
  • gRPC with Protobuf - 3–5× lower bandwidth, hard typing for institutional clients.

Smart-money and ML-derived analytics

Types not derivable from raw Hyperliquid data:
TypeDescription
whaleFlowNet 1h/24h delta for top-N PnL wallets per coin.
predictedFundingFunding forecast extending Hyperliquid’s next-epoch-only horizon.
liquidationHeatmapClustered liquidation prices by coin.
walletScoreRisk, PnL, and Sharpe per wallet.

Verifiable responses

Every response carries an X-Hl-Proof: <signature> header over {type, params_hash, body_hash, ingest_block_height}. Public key published. Lets institutional clients audit they got real on-chain-derived data, not stale or tampered output.

Have a request?

Need a type or capability that isn’t on this list? Email us - we prioritize against real customer use cases.