Polygon
Polygon
Polygon
Le niveau gratuit couvre les projets personnels. Le paiement à l'usage évolue sans carte bancaire.
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).
Cette méthode ne prend aucun paramètre. Passez un tableau vide [].
| 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 Polygon playground.