Guide
Mainnet RPC list
Use this when a wallet, script, or support ticket asks for a mainnet RPC URL. Copy the public endpoint, then verify it against the linked source before you rely on it for anything important.
Quick settings
Copy a public RPC URL
MegaETH RPC is https://mainnet.megaeth.com/rpc, Polygon PoS RPC ishttps://polygon.drpc.org, OP Mainnet RPC ishttps://mainnet.optimism.io, and Avalanche C-Chain RPC ishttps://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://rpc.hyperliquid.xyz/evmHyperliquid docshttps://pacific-rpc.manta.network/httpManta Pacific infohttps://mainnet.evm.nodes.onflow.orgFlow EVM gateway docshttps://arb1.arbitrum.io/rpcArbitrum docshttps://api.avax.network/ext/bc/C/rpcAvalanche docshttps://api.node.glif.io/rpc/v1Filecoin docshttps://rpc.api.moonriver.moonbeam.networkMoonbeam docshttps://sentry.evm-rpc.injective.networkInjective docshttps://worldchain-mainnet.g.alchemy.com/publicWorld docshttps://andromeda.metis.io/?owner=1088Metis docshttps://public-node.rsk.coRootstock help deskBefore you rely on a public RPC
Public endpoints are useful for setup and quick checks. They are usually rate-limited and should not be treated as 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 the provider-selection side of that work, useCrypto.club's RPC provider checklist.
For JSON data, use /chains.json. The endpoint is generated from the same reviewed data as this page.
Mainnet RPC questions
- 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.