Sei public RPC endpoints, tested
Every keyless Sei (chain ID 1329) 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. 4 of 8 HTTP endpoints were working.
Working HTTP endpoints
| Endpoint | Latency | Behind best | eth_getLogs | State |
|---|---|---|---|---|
| https://sei.api.pocket.network | 104 ms | 0 blocks | under 1,000 | recent only |
| https://evm-rpc.sei-apis.com | 39 ms | 10 blocks | 1,000 | archive (1M+) |
| https://sei.drpc.org | 42 ms | 5 blocks | under 1,000 | none |
| https://rpc.swiftnodes.io/rpc/sei (SwiftNodes, keyless: 2 req/s) | 477 ms | 13 blocks | 1,000 | recent only |
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
evm-ws.sei-apis.com: first head after 35 ms - streams
rpc.swiftnodes.io/ws/sei(SwiftNodes): first head after 366 ms - streams
sei.api.pocket.network: first head after 398 ms - does not stream
sei.drpc.org: subscribe rejected: method is not available on free plan, please upgrade to paid plan
Listed but not working
sei-evm-rpc.stakeme.pro: no answer (HTTP 403)sei-public.nodies.app: no answer (HTTP 403)sei.therpc.io: chainId: fetch failedlb.routeme.sh/rpc/evm/1329: chainId: rate limited
Test any endpoint yourself with the RPC tester. Our Sei endpoint, limits and status: Sei RPC, uptime history.