Hyperliquid RPC
Hyperliquid Overview
Hyperliquid is a Layer 1 blockchain optimized for on-chain trading with speed and fees designed to approach centralized exchange performance. It is structured around two components:
-
HyperCore: the on-chain order book engine that manages trade execution.
-
HyperEVM: an EVM-compatible layer where developers can launch new asset classes, build trading strategy vaults, and manage digital assets.
Both layers operate under HyperBFT, a consensus variant based on HotStuff, and use the native token Hyperliquid (HYPE) for transaction fees.
Interacting with Hyperliquid’s APIs
Hyperliquid’s HyperEVM layer supports standard Ethereum JSON-RPC methods. This means developers can use Ethereum’s native tools, such as Foundry, Hardhat, and popular Web3 libraries, without modification.
However, due to Hyperliquid’s architectural differences, some RPC methods may behave differently from those on Ethereum. The QuickNode Hyperliquid documentation is continuously evolving as the chain undergoes upgrades and changes, so we highly recommend cross-referencing with the official Hyperliquid documentation for the latest updates and RPC differences.
If you are interested in accessing HyperCore state, check out our guide on How to Read Oracle Price on HyperCore.
Make Hyperliquid API Calls
The quickest way to start building on Hyperliquid is to create a QuickNode endpoint and send your first JSON-RPC request.
QuickNode provides managed Hyperliquid endpoints, giving you immediate access to the Hyperliquid Mainnet without the overhead of running infrastructure. These endpoints offer:
- High reliability – globally distributed infrastructure designed to minimize downtime
- Enhanced performance – optimized latency and request handling for production-grade apps
- Integrated ecosystem – additional functionality through specialized APIs (add-ons) on the QuickNode Marketplace and products like Streams
Visit the QuickStart page to create your endpoint and send your first request.
Supported Networks
QuickNode provides access to the following Hyperliquid networks:
*Pruning Policy:
/evm
→ Partial historical data; availability varies based on Hyperliquid's peering model
/nanoreth
→ Extended historical archive with tracing support
Learn more about Hyperliquid endpoints here
Complete reference for developers building on Hyperliquid with QuickNode:
QuickStart
Get started with Hyperliquid quickly. Follow our step-by-step quickstart to set up your endpoint and make your first API request.
Provider Endpoints
Learn how to configure and manage your Hyperliquid endpoints for optimal performance and reliability.
API Overview
Explore supported APIs, networks, QuickNode products, and enhanced API features for building powerful applications.
Marketplace
Discover and integrate powerful add-ons and tools from the QuickNode Marketplace to enhance your web3 applications.
Endpoint Security
Secure your endpoints with authentication, whitelisting, and best security practices.
Error Codes
Understand common error codes and troubleshooting steps for Hyperliquid API requests.