Skip to main content

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. Starts at $50/mo. One 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.
Every event is tagged 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

Subscribe to "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.
Four batch endpoints: 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, your pn_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