Bring Your Own RPC
Bring Your Own RPC lets you add third-party or self-hosted RPC endpoints to your Custom Gateway, so you can define a proper routing strategy and build a reliable, high-availability RPC setup.
To enable BYO-RPC, you must first create a Custom Gateway, where you can define routing strategy, add multiple providers, enable RPC Accelerator, and configure failover behavior.
Why Bring Your Own RPC?
- Use any RPC endpoint: to connect third-party nodes or your own self-hosted infrastructure
- Combine multiple endpoints for higher reliability and redundancy
- Control traffic routing with priority-based failover or weighted load distribution
- Ensure high availability through automated health checks and intelligent failover
- Avoid vendor lock-in by seamlessly mixing providers and endpoints
- Boost performance with built-in caching via the RPC Accelerator
How to Add Endpoints in a Custom Gateway?
Create new endpoint (Popular 🔥)
POST /v4/manage/endpoint
Bring your own RPCs by adding your 3rd party vendor's or in house node's rpc urls.
Open your custom gateway & click on Add Endpoint
This will open a modal where you can add your endpoint details.

Get all endpoints
GET /v4/manage/endpoint
Retrieves a list of all your added endpoints.
Test endpoint connection
POST /v4/manage/endpoint/test
Test & ensure your added endpoints are healthy and functional.
Update endpoint
PATCH /v4/manage/endpoint/{id}
Retrieves a list of all your custom gateways with the configuration.
Updated about 3 hours ago