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
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
| Feature | Description | Who has it |
|---|---|---|
| L4 Order Book | Every individual order with wallet address | Only hypernode |
| Priority Auction | MEV data: gossip priority bidding | Only hypernode |
| Borrow/Lend Rates | Real-time reserve states | From our local node |
| Perp Categories | Asset classification (crypto/stocks/commodities) | From our local node |
| Prediction Markets | HIP-4 outcome trading (testnet) | Convenience endpoints |
Rate limits
| Tier | REST req/sec | L4 req/sec | Price |
|---|---|---|---|
| free | 2 | 0 | $0 |
| starter | 10 | 1 | $50/mo |
| growth | 30 | 5 | $200/mo |
| pro | 100 | 20 | custom |
| enterprise | 500 | 100 | $750/mo |
Authentication
Same API keys as the WebSocket stream. Keys are prefixed withpn_live_.