Polygon
Polygon
Polygon
الخطة المجانية تغطي المشاريع الشخصية. الدفع حسب الاستخدام يتوسع دون بطاقة.
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).
هذا الأسلوب لا يأخذ أي معاملات. مرر مصفوفة فارغة [].
| النوع | الوصف |
|---|---|
| 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.