Overview
OrbitFlare provides enterprise-grade dedicated node infrastructure for BNB Chain (formerly Binance Smart Chain). Purpose-built for DeFi protocols, trading operations, and high-throughput applications that require reliable, low-latency access to the BNB/BSC network.Key Features
Unlimited RPS/TPS
No rate limits on your dedicated node. Send as many requests and transactions as your infrastructure demands.
Dedicated Hardware
Your node runs on isolated, high-performance hardware — no noisy neighbors, no shared resources.
99.99% SLA
Enterprise-grade uptime guarantee backed by a service level agreement with financial commitments.
11 Global Regions
Deploy nodes across 11 regions worldwide to minimize latency for your users and trading infrastructure.
24/7 Support
Around-the-clock support from the infrastructure team for monitoring, incidents, and configuration changes.
Full API Access
Complete API coverage including WebSocket subscriptions and full archive node data access.
Pricing
Dedicated BNB/BSC Node — $1,800/month
Dedicated BNB/BSC Node — $1,800/month
A fully dedicated BNB Chain node with the following included:
| Feature | Details |
|---|---|
| RPS / TPS | Unlimited |
| Hardware | Dedicated, isolated |
| Rate Limits | Custom, configurable |
| Support | Priority, 24/7 |
| Uptime SLA | 99.99% |
| Regions | 11 global locations |
Enterprise Custom — Contact Sales
Enterprise Custom — Contact Sales
For teams that need more than a single node or require tailored configurations:
| Feature | Details |
|---|---|
| Nodes | Multiple dedicated nodes |
| Configuration | Custom node configs and parameters |
| Account Management | Dedicated account manager |
| SLA | Custom uptime and response SLA |
| Pricing | Volume discounts available |
Reach out to the sales team to discuss your requirements and get a custom quote.
Use Cases
DeFi Protocols
Power AMMs, lending platforms, and yield aggregators with dedicated, low-latency node access.
Trading Bots
Run arbitrage, MEV, and high-frequency trading strategies on infrastructure that won’t throttle you.
DEX Aggregators
Query multiple liquidity sources in parallel without hitting shared rate limits.
NFT Marketplaces
Handle minting events, metadata indexing, and high-traffic marketplace operations reliably.
Bridge Protocols
Operate cross-chain bridges with the uptime guarantees and monitoring that critical infrastructure demands.
Connecting to Your Node
Once your dedicated BNB Chain node is provisioned, you will receive a private endpoint URL. The endpoint follows the same API structure as the official BSC RPC.Authentication
Your node URL includes your license key as a query parameter:Making RPC Calls
BNB Chain uses the same JSON-RPC 2.0 format as Ethereum. PassContent-Type: application/json with a POST body:
WebSocket Subscriptions
Real-time subscriptions use thewss:// scheme with the same endpoint:
Supported Methods
Your dedicated node exposes the complete BNB Chain / BSC JSON-RPC API including:| Category | Methods |
|---|---|
| Blocks | eth_blockNumber, eth_getBlockByHash, eth_getBlockByNumber |
| Transactions | eth_sendRawTransaction, eth_getTransactionByHash, eth_getTransactionReceipt |
| Accounts | eth_getBalance, eth_getCode, eth_getStorageAt, eth_getTransactionCount |
| Contracts | eth_call, eth_estimateGas, eth_getLogs |
| Network | net_version, eth_chainId, eth_gasPrice, eth_feeHistory |
| WebSocket | eth_subscribe (newHeads, logs, newPendingTransactions) |
BNB Chain uses
chainId: 56 for mainnet and chainId: 97 for testnet (BSC Testnet). Your dedicated node connects to mainnet by default.