Skip to main content
Published July 23, 2026 23 New Hyperliquid Info Endpoints Now Supported GoldRush’s Hyperliquid Info API just added 23 new /info methods, spanning order state, account economics, vaults, deploy auctions, and network status. Every method is wire-compatible with Hyperliquid’s native /info endpoint — same request body, same response shape — so you can point existing Hyperliquid tooling at GoldRush for authenticated, rate-managed access without rewriting a line. This brings documented Info API coverage from 26 to 49 methods. What this unlocks
  • Read live per-user order state — open orders, liquidation thresholds, and max order sizes — one call each.
  • Pull account economics: fee tiers, rate limits, borrow/lend interest, builder fees, and delegations.
  • Inspect vaults end to end, from summaries and leaderboards to full per-vault detail.
  • Track market configuration and deploy auctions (spot & perp), margin tables, and HIP-3 perp DEX limits.
  • Monitor network health with allMids, exchange status, and validator L1 votes.
How to access it POST to the Hyperliquid Info endpoint with your GoldRush API key and the method name in the type field:
Learn more