HyperEVM is the permissionless, contract-programmable half of Hyperliquid.
HyperCore — the native order book — is reached through the
Info API and
WebSockets instead. See
HyperCore vs. HyperEVM.
Endpoint
Send aPOST request to the unified JSON-RPC endpoint with the chain ID in the query string:
method and params in the request body, authenticated with your x-api-key header.
Supported networks
Method groups
HyperEVM supports the standard EVM JSON-RPC surface plus extended namespaces. Browse the full reference:EVM
Core
eth_* methods — blocks, balances, transactions, logs, and contract calls.Debug
Low-level
debug_* methods for tracing and state inspection.Trace
trace_* methods for transaction and block-level execution traces.Erigon
erigon_* methods for header and receipt lookups.Otterscan
ots_* methods powering block-explorer style queries.Next steps
Query HyperEVM
Make your first HyperEVM JSON-RPC call in under two minutes.