Ethereum
Bereit, das in der Produktion aufzurufen?
Das Free-Tier deckt persönliche Projekte ab. Pay-as-you-go skaliert ohne Karte.
Ethereum
Das Free-Tier deckt persönliche Projekte ab. Pay-as-you-go skaliert ohne Karte.
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.Diese Methode erwartet keine Parameter. Übergib ein leeres Array [].
| Typ | Beschreibung |
|---|---|
| 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.