Skip to main content

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.

Base URL

https://hyper.polynode.dev/v2/
All endpoints require an API key via x-api-key header or ?key= query parameter.

Three tiers of speed

hypernode serves data from three sources, each with different performance characteristics:

Cached

15 endpoints. Data cached in memory, refreshed every 1-60 seconds. 12,000+ req/sec. L4 order book, market metadata, DeFi rates.

Local node

22 endpoints. Queries our local HyperLiquid node directly. 4ms latency. User state, positions, open orders, fees.

External proxy

17 endpoints. Proxied to HyperLiquid API for data not available locally. L2 orderbook, candles, trade history.

Exclusive features

FeatureDescriptionWho has it
L4 Order BookEvery individual order with wallet addressOnly hypernode
Priority AuctionMEV data: gossip priority biddingOnly hypernode
Borrow/Lend RatesReal-time reserve statesFrom our local node
Perp CategoriesAsset classification (crypto/stocks/commodities)From our local node
Prediction MarketsHIP-4 outcome trading (testnet)Convenience endpoints

Rate limits

TierREST req/secL4 req/secPrice
free20$0
starter101$50/mo
growth305$200/mo
pro10020custom
enterprise500100$750/mo

Authentication

Same API keys as the WebSocket stream. Keys are prefixed with pn_live_.
# Via header
curl -H "x-api-key: pn_live_YOUR_KEY" "https://hyper.polynode.dev/v2/meta"

# Via query param
curl "https://hyper.polynode.dev/v2/meta?key=pn_live_YOUR_KEY"
Sign up at polynode.dev to get an API key.