Documentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
hypernode
Every order, fill, and cancellation on HyperLiquid, streamed in real-time through one WebSocket. Two consensus layers merged into a single feed.Two layers
Pre-consensus gossip + confirmed node data in one stream
100%
Every order, fill, cancel, rejection — nothing missing
Filtered
Subscribe to exactly what you need by type, asset, or wallet
One key, both chains
hypernode is the only HyperLiquid API that bundles data, trading, and infrastructure in one place.| Capability | hypernode | Alternatives |
|---|---|---|
| Pre-consensus gossip (cancels/modifies ~1s early) | Included | Not available anywhere |
| Confirmed order flow (every order, fill, rejection) | Included | Hydromancer ($300+/mo) |
| L4 order book (individual orders with wallet addresses) | Included | Hydromancer ($300+/mo) |
| Trading execution (place, cancel, modify orders) | Included | Build it yourself |
| EVM RPC (contract reads, tx submission, chain 999) | Included | HypeRPC ($2,000/mo) |
| 54 REST endpoints (market data, user state, DeFi) | Included | Partial coverage elsewhere |
pn_live_ key works across everything.
The unified stream
hypernode merges two data sources that nobody else combines:- Pre-consensus — cancel and modify actions from the gossip protocol, before validators commit them. ~1 second ahead of the public API.
- Confirmed — every order placement, fill, cancellation, and rejection after a block commits.
consensus: "pre" or consensus: "confirmed" so you always know what you’re looking at.
~6,500 events per second on mainnet. Filter down to exactly what you need.
Quick start
What’s in the stream
| Type | Layer | What it tells you |
|---|---|---|
order | confirmed | New resting limit order with price, size, wallet |
order_filled | confirmed | Order filled immediately |
order_canceled | confirmed | Order was canceled |
order_rejected | confirmed | Order rejected (margin, price, balance) |
fill | confirmed | Trade execution with PnL, fees, direction |
cancel | pre | Cancel submitted before block commit |
cancelByCloid | pre | Cancel by client order ID |
batchModify | pre | Order modification with new price/size |
"order" to get all order lifecycle events. See Event Format for the complete reference.
Batch queries
Query position state, orders, or portfolios for up to 10,000 wallets in a single request. Average latency: 0.12ms per wallet. Built for copy trading platforms, portfolio trackers, and whale monitoring.clearinghouse-states, spot-clearinghouse-states, open-orders, portfolios. See Batch Queries for the full spec.
REST API
54 endpoints for trading, market data, user state, and DeFi on HyperLiquid.Authentication
hypernode uses the same API keys as polynode. If you have a polynode account on the Growth plan or above, yourpn_live_ key works on hypernode automatically.
Sign up at polynode.dev to get started.
Stream Quickstart
Connect and subscribe in 30 seconds
REST API
54 endpoints for market data, trading, and DeFi