Arbitrum One
Pronto para usar isso em produção?
O plano gratuito cobre projetos pessoais. O pay-as-you-go escala sem cartão de crédito.
Arbitrum One
O plano gratuito cobre projetos pessoais. O pay-as-you-go escala sem cartão de crédito.
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 não aceita parâmetros. Passe um array vazio [].
| Tipo | Descrição |
|---|---|
| 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.