quicknode/hyperliquid-orderbook-radar — explained in plain English
Analysis updated 2026-05-18
Watch a live, full-depth order book for a Hyperliquid market updating every block.
Track forced liquidations as they happen with size and price details.
Explore the interface offline using a bundled sample market recording.
Compare a throttled public feed against a complete gRPC data stream.
| quicknode/hyperliquid-orderbook-radar | 0xradioac7iv/tempfs | 7vignesh/pgpulse | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Live mode needs a paid Quicknode plan with the Hyperliquid gRPC add-on and Node.js 20+.
Hyperliquid Orderbook Radar is a live dashboard that shows the full order book of a cryptocurrency market on Hyperliquid, along with an overlay showing forced liquidations as they happen. Order books list all the current buy and sell offers for an asset at different prices, and this project displays that information the way a professional trading desk would, updating on every new block rather than on a slower timer. The project exists because Hyperliquid recently reduced how often its free public data feed updates and how many price levels it shows. This tool instead connects to Quicknode's paid gRPC data stream, which delivers a complete, ready to use snapshot of the order book on every single block, so there is no need to stitch together partial updates yourself. That difference is the whole reason the project is worth building, a more complete and fresher picture of the market rather than a faster one. Out of the box, running the project starts a replay mode that plays back a bundled sample recording through the same pipeline as the live version, so anyone can explore the interface without an account or any setup at all. The interface includes a price ladder with bids and asks, a depth chart showing cumulative buy and sell volume, a panel confirming how fresh the data is block by block, and a live feed of liquidations with size and price details. Because a web browser cannot speak the gRPC protocol directly, the project is split into two parts. A small backend server connects to Quicknode using a private token, and forwards a simplified version of the data to the browser over a plain WebSocket connection, so the browser never touches any secret credentials. Both the replay mode and a genuine live connection to a real Hyperliquid endpoint feed data through this same backend and interface, so the two behave identically to a user. Live mode requires a paid Quicknode plan with the Hyperliquid add on enabled, plus Node.js version 20 or newer to run the project at all.
A live order book and liquidation dashboard for Hyperliquid markets, powered by Quicknode's gRPC feed.
Mainly TypeScript. The stack also includes TypeScript, React, Vite.
No license file is mentioned in the README, so usage rights are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.