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.

Hyperliquid Wallet Activity Now Streams Pre-Decoded Events Wallet Activity on Hypercore now emits pre-decoded events for the four account activities builders ask about most: liquidations, vaults, staking, and delegation. Until now, reconstructing these activities meant pulling raw account state, diffing it across snapshots, and inferring intent. The new event stream removes all of that - every relevant state change arrives as a typed event with the fields you actually need.

What’s new

  • Liquidations - per-position liquidation events with size, mark price, and PnL impact, in real time.
  • Vaults - deposits, withdrawals, and PnL allocations for Hyperliquid vaults, attributed to the watched wallet.
  • Staking - HYPE stake, unstake, and reward events.
  • Delegation - validator delegations, undelegations, and redelegations as discrete events.
Subscribe to a wallet once and the same WebSocket connection delivers all four event families alongside trades, fills, and position changes - no polling, no diffing, no public-API rate limits. Learn more