Skip to Content
Supported networks

Supported networks

The table below is the authoritative set of network combinations currently exposed by the Gateway. Every network supports JSON-RPC over HTTP POST. Only TRON Mainnet and Nile also support the native TRON HTTP API.

Host is the prefix shown in a dashboard Access Point. Always copy the complete deployed domain from the dashboard.

ChainNetworkChain IDJSON-RPC HostTRON HTTP API
EthereumMainnet1ether-jsonrpc
EthereumSepolia11155111ether-sepolia-jsonrpc
PolygonMainnet137poly-jsonrpc
PolygonAmoy80002poly-amoy-jsonrpc
BNB Smart ChainMainnet56bnb-jsonrpc
BNB Smart ChainTestnet97bnb-testnet-jsonrpc
ArbitrumMainnet42161arb-jsonrpc
ArbitrumSepolia421614arb-sepolia-jsonrpc
OptimismMainnet10op-jsonrpc
OptimismSepolia11155420op-sepolia-jsonrpc
BaseMainnet8453base-jsonrpc
BaseSepolia84532base-sepolia-jsonrpc
SolanaMainnet Betasol-jsonrpc
SolanaDevnetsol-devnet-jsonrpc
BitcoinMainnetbtc-jsonrpc
BitcoinTestnetbtc-testnet-jsonrpc
LitecoinMainnetltc-jsonrpc
LitecoinTestnetltc-testnet-jsonrpc
TRONMainnet728126428tron-jsonrpctron-httpapi
TRONNile3448148188tron-testnet-jsonrpctron-testnet-httpapi

Protocol capabilities

CapabilityCurrent status
Single JSON-RPC 2.0 call over HTTPSupported on every network above
TRON /wallet/*TRON Mainnet and Nile only
TRON /walletsolidity/*TRON Mainnet and Nile only
TRON /v1/*TRON Mainnet and Nile only; v1 is the TronGrid path family
JSON-RPC batchNot supported
WebSocketNot supported
Public gRPCNot supported
TRON /walletpbft/*Not supported
Generic REST/HTTP API on non-TRON networksNot supported

Method support boundary

A supported network means the Gateway can identify it and route traffic to it. It does not mean every upstream implements every RPC method. The Gateway does not emulate node capabilities or enforce a fixed method allowlist.

Actual method availability depends on:

  • whether the route has a usable Endpoint;
  • upstream software, plan, archive depth, and enabled namespaces;
  • any method-specific JSON-RPC route configured for the call.

Provider sync imports only the intersection of networks supported by the vendor and this table. Alchemy, QuickNode, Chainstack, and dRPC synchronize non-EVM networks according to their capabilities. Alchemy, QuickNode, and Chainstack produce both JSON-RPC and native HTTP API Endpoints for TRON; dRPC produces only the TRON JSON-RPC Endpoint. Networks outside this table are ignored.

Last updated on