By use case
Whale tracking
See every order placed on HyperLiquid. Filter client-side by notional size."order" matches: order, order_filled, order_canceled, order_rejected.
Volume: ~2,000 events/sec across all assets.
Track a specific wallet
Copy trading
Market making signals
Pre-consensus cancels and modifications tell you the order book is about to change.All activity on one asset
Liquidation monitoring
event.type === "order_rejected" and check event.data.status for margin rejections.