Polygon
Polygon
Polygon
O plano gratuito cobre projetos pessoais. O pay-as-you-go escala sem cartão de crédito.
web3_clientVersion returns a free-form string identifying the node's client software and version. On Polygon PoS the execution client is Bor, a Geth fork, so the string typically looks like a Bor/Geth build identifier with version, platform, and Go compiler details. It is useful for knowing exactly which implementation is serving your MATIC requests. Call it against the Polygon mainnet endpoint at https://polygon.therpc.io/YOUR_API_KEY (chain ID 137, 0x89).
Este método não aceita parâmetros. Passe um array vazio [].
| Tipo | Descrição |
|---|---|
| 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 Polygon playground.