Base
¿Listo para usar esto en producción?
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
Base
El plan gratuito cubre proyectos personales. El pago por uso escala sin necesidad de tarjeta.
web3_clientVersion returns the version string of the software running a Base node — typically an OP Stack execution client such as op-geth, or another Geth/Erigon/Nethermind-derived build — telling you exactly which implementation and release answered your request. Base is Coinbase's OP Stack optimistic rollup that settles to Ethereum and pays gas in ETH, and because OP Stack chains run forked execution clients, the version string is a quick way to identify the node's lineage. Send the call to https://base.therpc.io/YOUR_API_KEY on chain ID 8453 (hex 0x2105) and read back the free-form string.
txpool-namespace methods when the node reports a Geth-compatible build.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 Base playground.
https://base.therpc.io/YOUR_API_KEY may return a custom or redacted string instead of the raw client version, so do not assume it always exposes the exact underlying op-geth build.