Arbitrum One
Arbitrum One
Arbitrum One
免费套餐涵盖个人项目。按量付费,无需绑卡即可扩展。
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.
此方法不需要任何参数,传入空数组 [] 即可。
| 类型 | 描述 |
|---|---|
| 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.