Arbitrum One
¿Listo para usar esto en producción?
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
Arbitrum One
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
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.
Este método no acepta parámetros. Pasa un array vacío [].
| Tipo | Descripción |
|---|---|
| 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.