Monad public RPC endpoints, tested

Every keyless Monad (chain ID 143) 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. 7 of 11 HTTP endpoints were working.

Working HTTP endpoints

EndpointLatencyBehind besteth_getLogsState
https://monad-rpc.huginn.tech93 ms0 blocks1,000recent only
https://monad-mainnet.rpc.sentio.xyz165 ms2 blocks10,000+archive (1M+)
https://rpc.monad.xyz13 ms27 blocksunder 1,000archive (1M+)
https://monad-mainnet.drpc.org54 ms15 blocksunder 1,000recent only
https://monad-mainnet-rpc.spidernode.net133 ms12 blocks1,000archive (1M+)
https://infra.originstake.com/monad/evm205 ms11 blocks1,000archive (1M+)
https://rpc.swiftnodes.io/rpc/monad (SwiftNodes, keyless: 2 req/s)317 ms16 blocksunder 1,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 wss.monad-rpc.huginn.tech: first head after 177 ms
  • streams rpc.swiftnodes.io/ws/monad (SwiftNodes): first head after 215 ms
  • does not stream gm.monad.at.htw.tech: connection failed (connect)

Listed but not working

  • gm.monad.at.htw.tech: chainId: fetch failed
  • lb.routeme.sh/rpc/evm/143: chainId: rate limited
  • monad-mainnet.api.onfinality.io/public: chainId: rate limited
  • monad-mainnet.gateway.tatum.io: chainId: rate limited

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