Tatum RPC Gateway now supports Method-Specific Routing.
Until now, all RPC methods were routed the same way - even though some calls are significantly more expensive, slower, or critical for stability (for example trace/debug methods or transaction submission).
With Method-Specific Routing, you can override the default routing strategy for selected RPC methods and send them to dedicated endpoints.
Key benefits of RPC routing
- Route mission-critical writes to your most reliable provider
- Isolate expensive methods like tracing from normal traffic
- Improve performance, predictability, and cost control
Available now in the Tatum Dashboard and via API.


