Celo public RPC endpoints, tested

Every keyless Celo (chain ID 42220) endpoint listed on Chainlist and chainid.network, tested the same way on 2026-09-24: does it answer on the right chain, how fast, how far behind the best head, how large an eth_getLogs range it accepts, whether it keeps archive state, and whether its WebSocket actually streams. 8 of 10 HTTP endpoints were working.

Working HTTP endpoints

EndpointLatencyBehind besteth_getLogsState
https://lb.routeme.sh/rpc/evm/42220110 ms0 blocksunder 1,000none
https://rpc.swiftnodes.io/rpc/celo (SwiftNodes, keyless: 2 req/s)622 ms2 blocks1,000none
https://forno.celo.org25 ms24 blocks1,000archive (1M+)
https://celo-mainnet.gateway.tatum.io27 ms15 blocksunder 1,000none
https://celo.drpc.org39 ms16 blocksunder 1,000archive (1M+)
https://celo-json-rpc.stakely.io45 ms14 blocks10,000+archive (1M+)
https://rpc.celocolombia.org95 ms– blocksunder 1,000none
https://rpc.ankr.com/celo96 ms19 blocks1,000archive (1M+)

Order: endpoints within 3 blocks of the best head first, then by median latency. Latency is measured from one server, so yours will differ by region; lag and limits do not.

WebSocket endpoints

  • streams rpc.swiftnodes.io/ws/celo (SwiftNodes): first head after 118 ms
  • streams forno.celo.org/ws: first head after 614 ms
  • does not stream celo.drpc.org: subscribe rejected: method is not available on free plan, please upgrade to paid plan

Listed but not working

  • api-celo-mainnet-archive.n.dwellir.com/2ccf18bf-2916-4198-8856-42172854353c: chainId: rate limited
  • celo.api.onfinality.io/public: eth_blockNumber failed

Test any endpoint yourself with the RPC tester. Our Celo endpoint, limits and status: Celo RPC, uptime history.