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/evmNative Info API
POST (JSON)https://api.hyperliquid-testnet.xyz/infoWebSocket 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
| Action | Limit |
|---|---|
| Public Info (REST) | 20 req / second |
| Exchange (REST) | 120 req / minute |
| WebSocket Messages | 1,000 / minute |
| EVM RPC | 50 req / second |