Guide
Mainnet RPC list
Public RPC endpoints are useful for wallet setup, testing, and quick checks, but they are usually rate-limited. Production apps should use dedicated infrastructure and monitor the chain's official status channels.
Answer first
Mainnet RPC lookup answer
MegaETH RPC is https://mainnet.megaeth.com/rpc, Polygon PoS RPC is
https://polygon.drpc.org, OP Mainnet RPC is
https://mainnet.optimism.io, and Avalanche C-Chain RPC is
https://api.avax.network/ext/bc/C/rpc. Treat public RPC URLs as
setup references, not uptime guarantees.
Quick RPC lookups
Public mainnet RPC endpoints
https://ethereum-rpc.publicnode.com Ethereum docs + PublicNode https://rpc.immutable.com Immutable docs https://pacific-rpc.manta.network/http Manta Pacific info https://mainnet.evm.nodes.onflow.org Flow EVM gateway docs https://arb1.arbitrum.io/rpc Arbitrum docs https://bsc-dataseed.bnbchain.org BNB Chain docs https://api.avax.network/ext/bc/C/rpc Avalanche docs https://api.node.glif.io/rpc/v1 Filecoin docs https://rpc.api.moonriver.moonbeam.network Moonbeam docs https://sentry.evm-rpc.injective.network Injective docs https://worldchain-mainnet.g.alchemy.com/public World docs https://rpc.api.moonbeam.network Moonbeam docs https://andromeda.metis.io/?owner=1088 Metis docs https://public-node.rsk.co Rootstock help desk How to use this list
Treat these endpoints as source-cited references, not uptime guarantees. Before moving funds or launching production traffic, verify the RPC URL against official docs, test the chain ID in your wallet or app, and use a dedicated node provider where reliability matters.
For machine-readable data, use /chains.json. The JSON endpoint is generated from the same reviewed data as this page.
Mainnet RPC list FAQ
- What is a mainnet RPC list?
- A mainnet RPC list maps production networks to public RPC URLs, chain IDs, explorers, gas tokens, and source documentation.
- What is the MegaETH mainnet RPC URL?
- MegaETH mainnet RPC URL is https://mainnet.megaeth.com/rpc, with chain ID 4326 / 0x10e6.
- Can I use public RPC URLs in production?
- Treat public RPC URLs as setup references. Production apps should use monitored provider endpoints or dedicated infrastructure.