Skip to main content
Published August 19, 2026 Hyperliquid: Portfolio State, All-DEX Perp Metas, Completed Trades & PnL Summary We’ve added five GoldRush-native type values with no upstream equivalent: two that collapse several calls into one round-trip, and three that turn raw fills into ready-made trade and PnL analytics. That takes the API to 58 supported types (49 wire-compatible + 9 GoldRush-native), all on the same POST /info call. What this unlocks
  • A full portfolio view (perp + spot + abstraction mode) in one request instead of three.
  • Cross-DEX perp metadata for the whole HIP-3 ecosystem in a single fan-out call.
  • Closed-trade history and lifetime PnL analytics served straight from GoldRush’s gold tables - no client-side reconstruction.
  • Forward pagination over any time window via a stable keyset cursor.
How to access it Point any of the five type values at the same drop-in endpoint: POST https://hypercore.goldrushdata.com/info — e.g. {"type":"userPnlSummary","user":"0x..."} Learn more