// hyperliquid · rpc

Hyperliquid HyperEVM RPC

Standard Ethereum JSON-RPC against HyperEVM, the smart-contract layer of Hyperliquid, with WebSocket subscriptions from the same node.

Hyperliquid · rpc● live
transports
HTTP + WS
archive
yes
01.WHAT'S INCLUDED// Hyperliquid · rpc
  • Standard Ethereum JSON-RPC methods
  • eth_subscribe: newHeads · logs · pending
  • Archive access for historical state
  • debug_* and trace_* on request
  • Shared or single-tenant deployment
// factsSPEC
Interface
Ethereum JSON-RPC over HTTP and WebSocket
Layer
HyperEVM - the EVM execution layer of Hyperliquid
Namespaces
eth · net · web3, with debug and trace on request
Archive
available
Auth
token, provisioned per subscription
Rate limits
quoted per subscription
Free trial
up to 24h, no card
02.HOW IT WORKS// request path
// HOW IT WORKS
Standard Ethereum JSON-RPC over HTTPS, so ethers, viem, web3.py, Foundry and Hardhat work on Hyperliquid after swapping the URL. Authenticated by your token at the gateway.
// BLOCK TAGS
Query against latest, safe, finalizedor an explicit block number — archive access covers state older than the node's recent window.
// NAMESPACES
The eth, net and web3 namespaces are on by default; debug and trace are enabled on request, since tracing is expensive to serve.
// DELIVERY PATH
your app
x-token header
hyperliquid.supanode.xyz
Hyperliquid node
Rate limits are quoted per subscription rather than tiered. The endpoint host above is illustrative — the region is chosen when your node is provisioned.
03.FAQ// 4 questions
What is the difference between HyperEVM and HyperCore?

They are two halves of the same chain. HyperCore is the exchange - order books, perpetuals, fills, liquidations - and it is not an EVM. HyperEVM is the general-purpose smart-contract layer, and it speaks the same JSON-RPC every Ethereum tool already knows. This product is the HyperEVM side.

Does the RPC give me order-book data?

No, and that is the most common mix-up on this chain. Order books and fills live on HyperCore, not on HyperEVM, so no JSON-RPC method returns them. For live order-book data use Hyperliquid WebSocket Streaming, and for history use the Hyperliquid Historical Data Indexer.

Do my existing Ethereum tools work?

Yes. HyperEVM implements the standard JSON-RPC surface, so ethers, viem, web3.py, Foundry and Hardhat work after swapping the endpoint URL. Tracing namespaces are available on request rather than by default, because they are expensive to serve.

How is the HyperEVM RPC priced and provisioned?

It is not on sale yet - HyperEVM RPC is in build, so there is no tier to buy today and no price to quote. Tell us on Telegram what throughput and archive depth you need and we come back to you first when it opens. A dedicated node is the way onto HyperEVM today. Billing, when it opens, is the same as everything else here: crypto-only, monthly and prepaid.

Get Hyperliquid HyperEVM RPC.

Set up over Telegram with an engineer — endpoint, token, tuning.