web3_clientVersion
Hyperliquid node API
web3_clientVersion | Hyperliquid EVM
Returns the current client version for the Hyperliquid EVM. Use this to identify the client implementation and version. This method takes no parameters.
POST
web3_clientVersion
This method is available on Chainstack. Not all Hyperliquid methods are available on Chainstack, as the open-source node implementation does not support them yet — see Hyperliquid methods for the full availability breakdown.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
This method takes no parameters.Returns
Returns the client version as a string (e.g., “HyperEVM/v1.0.0”).cURL example
Use cases
- Client identification — Identify the specific client implementation and version
- Compatibility checking — Verify compatibility with specific client features
- Debug information — Gather client information for troubleshooting
- Development tools — Build tools that adapt to different client implementations
Body
application/json
JSON-RPC version
Available options:
2.0 The RPC method name
Available options:
web3_clientVersion Request identifier
Parameters for the method (empty array for web3_clientVersion)
Last modified on May 18, 2026