Katana public RPC endpoints, tested

Every keyless Katana (chain ID 747474) 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. 5 of 7 HTTP endpoints were working.

Working HTTP endpoints

EndpointLatencyBehind besteth_getLogsState
https://katana.drpc.org26 ms2 blocksunder 1,000archive (1M+)
https://katana.rpc.sentio.xyz173 ms0 blocks10,000+archive (1M+)
https://rpc.katana.network33 ms8 blocks10,000+archive (1M+)
https://rpc.swiftnodes.io/rpc/katana (SwiftNodes, keyless: 2 req/s)68 ms6 blocks10,000+archive (1M+)
https://rpc.katanarpc.com162 ms4 blocks10,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 rpc.swiftnodes.io/ws/katana (SwiftNodes): first head after 407 ms
  • streams katana.drpc.org: first head after 665 ms

Listed but not working

  • katana.gateway.tenderly.co: chainId: rate limited
  • lb.routeme.sh/rpc/evm/747474: eth_blockNumber failed

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