Supported networks

Your endpoint is https://gateway.0xrelayguard.com/rpc/<slug> — use the exact slug from the table below (lowercase). The Chain ID is the EVM chain ID your tooling expects (e.g. for eth_chainId or a wallet network config).

# e.g. Base
https://gateway.0xrelayguard.com/rpc/base

# e.g. Arbitrum Sepolia (testnet)
https://gateway.0xrelayguard.com/rpc/arbitrum-sepolia

Mainnets

Slug (use in the URL)NetworkChain ID
ethereumEthereum1
baseBase8453
arbitrumArbitrum One42161
optimismOptimism10
polygonPolygon137
bscBNB Smart Chain56
avalancheAvalanche C-Chain43114
gnosisGnosis100
lineaLinea59144
scrollScroll534352
zksynczkSync Era324
blastBlast81457
mantleMantle5000
modeMode34443
plasmaPlasma9745
monadMonad143
eniENI173
cronosCronos25
inkInk57073
movementMovement3073
megaethMegaETH4326
katanaKatana747474
rootstockRootstock30
berachainBerachain80094

Testnets

For trialling a gateway before routing mainnet traffic. Testnets don't count against your plan's network limit — add as many as you like.

Slug (use in the URL)NetworkChain ID
ethereum-sepoliaEthereum Sepolia11155111
ethereum-holeskyEthereum Holesky17000
base-sepoliaBase Sepolia84532
arbitrum-sepoliaArbitrum Sepolia421614
optimism-sepoliaOptimism Sepolia11155420
polygon-amoyPolygon Amoy80002

Notes

  • The Free plan includes up to 5 mainnet networks; paid plans are unlimited. Testnets are always free.
  • The dashboard's "Add network" picker shows this same list — pick there and the slug is set for you.
  • Need a network that isn't listed? Let us know — adding an EVM chain is straightforward.

Next: wire the endpoint into your stack — see Integrate.