New · Enhanced Datastreams are live — decoded, trade-ready market dataLEARN MORE →
← ALL PRODUCTS
RPC

Every Hyperliquid call, one fast endpoint

JSON-RPC, REST, and WebSocket for Hyperliquid and HyperEVM — globally routed with automatic failover, and wire-compatible with the official API. Point your client at us and go faster today.

rpc.ts
copy
1const res = await fetch(
2 "https://api.hyperliquidrpc.com/info",
3 {
4 method: "POST",
5 headers: { Authorization: `Bearer ${KEY}` },
6 body: JSON.stringify({ type: "allMids" }),
7 },
8);
9// → { BTC: "67234.0", ETH: "3512.4", ... }
Why RPC

Built for production from day one

01

Every Hyperliquid method, one endpoint

Full coverage of the Info and Exchange APIs plus HyperEVM JSON-RPC. Point your client at one URL and we route to the healthiest node.

02

Global edge, sub-50ms

Requests are served from the nearest region with smart routing and connection pooling, so your strategies see the book before anyone else.

03

No rate-limit roulette

Generous, transparent limits that scale with your plan. Burst headroom for liquidations and volatile windows when you need it most.

04

Reliability you can trade on

Active-active redundancy across providers with automatic failover and a 99.99% uptime SLA on paid tiers.

Start building
today

Spin up an API key in seconds. Free tier included — no credit card required.