๐นPublic RPC Endpoints
Orbion provides stable, public JSON-RPC endpoints for developers, validators, and indexers. These endpoints are load-balanced, rate-limited, and designed to mimic mainnet conditions on testnet โ offering high availability and reliable connectivity.
No authentication required. Ready out of the box.
๐ Testnet RPC URLs
Orbion RPC #1
https://rpctestnet-1.orbionchain.com
Orbion RPC #2
https://rpctestnet-2.orbionchain.com
Chain ID:
109901Network Name:
orbion-testnetEVM Compatible: โ
Supports WebSockets: Coming Soon
Rate Limits:
20 req/sec (burstable)
Fair-use IP rotation enforced
๐ฆ Supported Methods
Orbion RPC endpoints support the full Ethereum JSON-RPC spec including:
eth_call,eth_sendRawTransaction,eth_getLogsnet_version,web3_clientVersion,eth_chainIdeth_estimateGas,eth_gasPrice,eth_blockNumber
Compatible with MetaMask, Hardhat, Foundry, Remix, and any EVM-based dev tooling.
๐ Tips for Developers
Use both endpoints as fallback or round-robin in production testing.
Rate limits are shared per IP โ use local node for large batch requests.
If deploying contracts, ensure youโre sending signed raw transactions (
eth_sendRawTransaction) for best results.
๐งช Sample Hardhat Config
Last updated