ChainsPolygon
Polygon RPC
MEV protection. Using a protected RPC endpoint to avoid front-running and sandwitching bots
Polygon is a layer two or sidechain scaling solution that runs alongside
the Ethereum blockchain, allowing for speedy transactions and low
fees. MATIC is the network's native cryptocurrency, which is used for
fees, staking, and more. dRPC's Polygon RPC endpoints provide robust,
reliable access to the Polygon network, enabling developers and users to
integrate smoothly and interact seamlessly with Polygon's blockchain.Connection code snippet
curl
node-fetch
Go
Web3.js
Python
HTTP
Copy code
curl https://polygon.drpc.org \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"REPLACE_ME_WITH_ACTUAL_METHOD","params":[],"id":1}'
How to add Polygon Mainnet to Metamask using dRPC?The network can be added automatically by clicking on the "Add to wallet" button or manually
Network namePolygon
New RPC URL
https://polygon.drpc.org
Chain ID
0x89
Currency Symbol
POL
Block Explorer URL (Optional)
https://polygon.blockscout.com
By clicking on the Polygon icon in the network selection drop-down menu in MetaMask, you can now switch to the Polygon and perform all transactions on that network
FAQ
RPC in Polygon stands for Remote Procedure Call, a protocol enabling external applications to interact with the Polygon network. It's essential for requesting data and performing transactions efficiently on Polygon's blockchain.