Ethereum
¿Listo para usar esto en producción?
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
Ethereum
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
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 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 Ethereum playground.
method not found rather than guessing from the version banner.