Arbitrum One
Ready to call this in production?
Free tier covers personal projects. Pay-as-you-go scales without a card.
Arbitrum One
Free tier covers personal projects. Pay-as-you-go scales without a card.
web3_clientVersion returns a free-form string identifying the client software running the node — for example a Geth-style string, or an Arbitrum Nitro build identifier. On Arbitrum One (chain ID 42161), the Optimistic Rollup that settles to Ethereum and pays gas in ETH, the canonical node software is Nitro (running an ArbOS execution layer), so the value you read from https://arbitrum.therpc.io/YOUR_API_KEY reflects that stack rather than a vanilla Ethereum L1 client. The method takes no parameters and is handy for diagnostics, logging, and confirming which implementation is answering your calls.
This method takes no parameters. Pass an empty array [].
| Type | Description |
|---|---|
| string | Free-form version string, e.g. `"Geth/v1.12.0-stable-e501b3b0/linux-amd64/go1.20.2"`. Format varies by client implementation. |
Try it live in the Arbitrum One playground.