Free / public RPC URLs
Public RPC URLs for Celo
These endpoints are free, anonymous, and rate limited. They are useful for development, wallet reads, and one off scripts. For production traffic or indexer workloads, pair them with a paid provider so the public list becomes your fallback rather than your primary.
| RPC URL | Hosted by | Notes |
|---|---|---|
| https://forno.celo.org | cLabs (official) | Recommended in official docs. |
| https://rpc.ankr.com/celo | Ankr | |
| https://celo.drpc.org | dRPC | |
| https://1rpc.io/celo | 1RPC |
Paid RPC providers
Paid RPC providers for Celo
Production dapps, indexers, and trading systems should use a managed provider with a private API key, archive history, and an SLA. These providers list Celo support on their public pricing pages.
- Infura
ConsenSys backed RPC, deeply integrated with MetaMask.
Free tier: 6M credits per day, ~2,000 credits per second throughput.
- QuickNode
Globally distributed RPC across 50+ chains.
Free tier: Seven day free trial with full feature access.
- Ankr
Public RPC for 80+ chains plus a Premium tier.
Free tier: Free public endpoints (rate limited) for 80+ chains, no signup required.
- GetBlock
Shared and dedicated nodes across 50+ chains.
Free tier: Free plan with a daily request cap shared across chains.
- dRPC
Decentralised RPC across 100+ chains.
Free tier: Free public endpoints per chain plus a generous metered free tier.
Block explorers and docs
Celo explorers and documentation
- Celoscan — https://celoscan.ioEIP 3091
- Celo Blockscout — https://celo.blockscout.comEIP 3091
- Official documentation — https://docs.celo.org/
When the answer is real
Caveats and things to verify
- Celo transitioned from an EVM compatible L1 to an Ethereum L2 using the OP Stack in 2025. Some legacy docs still describe it as an L1.
- Celo supports paying gas in alternative currencies (cUSD, cEUR). MetaMask defaults to CELO only.
FAQ
Frequently asked questions
What is the Celo chain ID?
Celo mainnet chain ID is 42220 (hex 0xa4ec). The Alfajores testnet is chain ID 44787.
Sources
- Celo docs — network — https://docs.celo.org/network
- ChainList chain 42220 — https://chainlist.org/chain/42220