Beta — PolyNode RPC is in early access. Contact us for API keys and onboarding.
What is PolyNode RPC?
PolyNode RPC is a high-performance Polygon RPC endpoint with proprietary transaction routing for priority block inclusion. It’s a drop-in replacement for any standard Ethereum RPC — just change the URL.Why Use PolyNode RPC?
Priority Execution
90%+ of transactions land as TX #1 (first transaction in block).
Drop-In Compatible
Standard Ethereum JSON-RPC. Works with MetaMask, ethers.js, web3.py, viem, wagmi, Hardhat, Foundry — no SDK needed.
Low-Latency Routing
Proprietary infrastructure minimizes the time between submission and block inclusion.
MEV Protection
Transactions are not broadcast publicly, reducing front-running risk.
How It Works
- Your transaction arrives at our endpoint via standard
eth_sendRawTransaction - PolyNode’s routing engine determines the optimal delivery path
- Your transaction is delivered with priority for fast block inclusion
- Redundant delivery ensures reliability
Quick Start
Get an API Key
Contact us for beta access.
Supported Methods
PolyNode RPC supports the standard Ethereum JSON-RPC specification. Transaction submission uses our priority routing engine. Core chain data is served directly from our infrastructure. Read methods are served with standard Polygon node responses.| Method | Handling | Description |
|---|---|---|
eth_sendRawTransaction | Priority Engine | Optimized block inclusion |
eth_chainId | Local | Returns 0x89 (137) |
eth_blockNumber | Local | Latest block number |
eth_gasPrice | Local | Calibrated from recent blocks |
net_version | Local | Returns 137 |
net_peerCount | Local | Connected peer count |
web3_clientVersion | Local | Returns PolyNode/1.0.0 |
eth_getBalance | Standard | Account balance queries |
eth_getTransactionCount | Standard | Nonce queries |
eth_call | Standard | Contract read calls |
eth_estimateGas | Standard | Gas estimation |
eth_getBlockByNumber | Standard | Block data queries |
eth_getTransactionReceipt | Standard | Receipt queries |
eth_getLogs | Standard | Log/event queries (requires address filter) |
| All other methods | Standard | Full JSON-RPC compatibility |

