ORBION DOCS
WebsiteWhitepaper
  • πŸ”ΉIntroduction
  • πŸ”ΉCore Architecture
  • πŸ”ΉWhy Modular
  • πŸ”ΉGovernance
  • πŸ”ΉFee Model & Token Utility
  • πŸ”ΉArchitecture Overview
  • Core Team
  • πŸ”ΉFAQ
  • Network
    • πŸ”ΉOverview
    • πŸ”ΉPublic RPC Endpoints
    • πŸ”ΉExplorer & Faucet
    • πŸ”ΉValidator Setup
    • πŸ”ΉNetwork Parameters
  • Developer Guide
    • πŸ”ΉHow to Connect with MetaMask
    • πŸ”ΉDeploy Smart Contracts on Orbion
    • πŸ”ΉUsing the Testnet Faucet
    • πŸ”ΉValidator Setup Guide
  • RPC Access
    • πŸ”ΉPublic RPC Specs
    • πŸ”ΉRate Limits & Best Practices
    • πŸ”ΉRunning a Node
  • for user
    • πŸ”ΉTokenomics
    • πŸ”ΉOrbion Roadmap
  • Ecosystem
    • πŸ”ΉOrb Coin
    • πŸ”ΉOrbion Finance
    • πŸ”ΉOrbion Bridge
    • πŸ”ΉOrbion Tools (Telegram Bot Suite)
    • πŸ”ΉOrbion Locker
    • πŸ”ΉOrbion Explorer
    • πŸ”ΉOrbion SDK & API
    • πŸ”ΉThird-Party Integrations
Powered by GitBook
On this page
  1. RPC Access

Public RPC Specs

Orbion Testnet provides high-availability JSON-RPC endpoints that are fully compatible with the Ethereum RPC standard. These endpoints are intended for developers, dApps, indexers, and wallets seeking quick access to blockchain state, transactions, and contract interaction β€” without running a full node.


βœ… Supported Protocols

Type
Status

HTTPS (HTTP/1.1)

βœ… Enabled

WebSocket (WS)

❌ Not yet available

HTTP POST only

βœ… Standard RPC method support

CORS Enabled

βœ… Allows browser-based requests

Note: WebSocket support may be added in a future upgrade.


🌐 RPC Endpoint URLs

https://rpctestnet-1.orbionchain.com
https://rpctestnet-2.orbionchain.com

You may use either endpoint interchangeably. They are load-balanced and monitored for uptime.


πŸ“‘ Network Info

Parameter
Value

Network Name

Orbion Testnet

Chain ID

9119

Currency Symbol

ORB

Explorer URL


🧠 Supported Methods

Orbion supports the Ethereum JSON-RPC 1.0 spec, including:

  • Read Methods eth_blockNumber, eth_getBalance, eth_call, eth_getLogs, eth_getTransactionByHash, eth_getCode, net_version, web3_clientVersion

  • Write Methods eth_sendRawTransaction, eth_estimateGas, eth_sendTransaction (for unlocked nodes only)

  • Other eth_chainId, eth_gasPrice, eth_feeHistory, eth_getTransactionCount

Compatible with MetaMask, Hardhat, Foundry, Remix, and Web3.js / Ethers.js libraries.


πŸ”§ Use Cases

  • dApp frontend integration

  • Automated deployment scripts

  • Indexing and event listeners

  • Contract interaction / signing

  • Monitoring tools and dashboards


πŸ“‰ Performance & Redundancy

  • Geo-distributed routing

  • Load-balanced across multiple nodes

  • Rate limited per IP for fair access (see next section)

  • Auto-recovery on service failure (β‰₯99.5% testnet SLA)


Orbion’s public RPC is designed to support rapid prototyping and light-to-moderate application traffic. For high-throughput production usage, we recommend running your own dedicated node.

PreviousValidator Setup GuideNextRate Limits & Best Practices

Last updated 6 days ago

πŸ”Ή
scantestnet.orbionchain.com