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
| Endpoint | Latency | Behind best | eth_getLogs | State |
|---|---|---|---|---|
| https://monad-rpc.huginn.tech | 93 ms | 0 blocks | 1,000 | recent only |
| https://monad-mainnet.rpc.sentio.xyz | 165 ms | 2 blocks | 10,000+ | archive (1M+) |
| https://rpc.monad.xyz | 13 ms | 27 blocks | under 1,000 | archive (1M+) |
| https://monad-mainnet.drpc.org | 54 ms | 15 blocks | under 1,000 | recent only |
| https://monad-mainnet-rpc.spidernode.net | 133 ms | 12 blocks | 1,000 | archive (1M+) |
| https://infra.originstake.com/monad/evm | 205 ms | 11 blocks | 1,000 | archive (1M+) |
| https://rpc.swiftnodes.io/rpc/monad (SwiftNodes, keyless: 2 req/s) | 317 ms | 16 blocks | under 1,000 | archive (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 failedlb.routeme.sh/rpc/evm/143: chainId: rate limitedmonad-mainnet.api.onfinality.io/public: chainId: rate limitedmonad-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.