Network

RPC Endpoints & API

Access the Hyperliquid L1 through our global RPC network. We provide both EVM-compatible and native API endpoints.

HyperEVM Testnet RPC

EVM (JSON-RPC)
https://rpc.hyperliquid-testnet.xyz/evm

Native Info API

POST (JSON)
https://api.hyperliquid-testnet.xyz/info

WebSocket Feed

For real-time data, subscribe to our WebSocket streaming service.

// WebSocket URL
wss://api.hyperliquid.xyz/ws
// Example Subscription (All Mids)
{
  "method": "subscribe",
  "subscription": { "type": "allMids" }
}

Rate Limits

ActionLimit
Public Info (REST)20 req / second
Exchange (REST)120 req / minute
WebSocket Messages1,000 / minute
EVM RPC50 req / second