Ethereum
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.
Ethereum
O plano gratuito cobre projetos pessoais. O pay-as-you-go escala sem cartão de crédito.
web3_clientVersion reports which software is running the Ethereum node behind your endpoint and at what version. Mainnet (chain ID 1) is served by several independent execution clients — Geth, Erigon, Reth, Nethermind, Besu — and this method returns a free-form string identifying the one you reached, along with its version and build platform. A typical answer looks like "Geth/v1.12.0-stable-e501b3b0/linux-amd64/go1.20.2". Call it against https://ethereum.therpc.io/YOUR_API_KEY when you want to know what is on the other end. It takes no parameters and the client diversity is the point: no single implementation runs the ETH network, so the string you get back depends on which node answered.
trace_* methods or Geth's txpool namespace.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 Ethereum playground.
method not found rather than guessing from the version banner.