Ethereum
准备好在生产环境中调用了吗?
免费套餐涵盖个人项目。按量付费,无需绑卡即可扩展。
Ethereum
免费套餐涵盖个人项目。按量付费,无需绑卡即可扩展。
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.此方法不需要任何参数,传入空数组 [] 即可。
| 类型 | 描述 |
|---|---|
| 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.