Skip to content

Other providers

RPC Plane works with any Solana JSON-RPC endpoint. If your provider isn't listed here, the setup is the same:

[[providers]]
name = "my-provider"
url  = "https://your-endpoint.example.com/${MY_API_KEY}"
export MY_API_KEY=your_api_key_here
rpc-plane run

The proxy doesn't require any provider-specific configuration — it speaks standard Solana JSON-RPC. Health scoring, circuit breaking, and routing work the same regardless of provider.

For providers without public per-method pricing, cost-aware routing won't apply. See the pricing reference for which providers are currently tracked.