Load Balancer

Configure multiple RPC endpoints and select the load balancing algorithms and routing strategies that best suits your application's needs.


Load Balancer helps you to efficiently distribute your incoming RPC requests across multiple Solana RPC endpoints.

You can setup Primary and Dynamic routing strategies which allow you to have more control over how requests are distributed across your RPC endpoints. These strategies can help you to configure the route of every RPC method call, giving you the full control over the routing of your requests.

Under each strategy you can set up load balancing algorithms such as Sequential and Parallel for your RPC endpoints.

The routing strategies and load balancing algorithms are explained in detail in the Routing section.

Using the Load Balancer Dashboard you can also monitor the health of your RPC endpoints and track various metrics such as Requests per Second, Frequency of RPC Method Calls, Latency etc.

Screenshot of Load Balancer Dashboard