High-availability RPC access with provider failover, health checks, and simple URLs for each network.
Blockchain RPC is a load balanced raw node access service. It provides health-checked, load-balanced RPC endpoints per network and automatically fails over across multiple providers.
Setup your project in Builder and obtain your Project Access Key.
Use the Node Gateway URL pattern in your client or server:
Copy
Ask AI
https://nodes.sequence.app/<chain_handle>
For a full list of chain handles, see supported networks & status. You can also use the Blockchain RPC section in Builder to get the right URL for your project, prepopulated with your access key.
Example (ethers v6):
Copy
Ask AI
import { JsonRpcProvider } from 'ethers'const provider = new JsonRpcProvider('https://nodes.sequence.app/base') // Chain handle from status pageconst block = await provider.getBlockNumber()
Sequence Blockchain RPC is engineered to power high-demand and high-availability apps. It aggregates multiple node providers, auto-switching between them to ensure correct and in sync data availability — giving you the assurance that your decentralized applications run smoothly with low latency for your users.No need to worry about peak traffic. Our node infrastructure is robust, offering higher scalability and fault tolerance. Additionally, we provide automatic node failure detection and recovery.