Base
Ready to call this in production?
Free tier covers personal projects. Pay-as-you-go scales without a card.
Base
Free tier covers personal projects. Pay-as-you-go scales without a card.
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.This method takes no parameters. Pass an empty array [].
| Type | Description |
|---|---|
| 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.