pick_route
Recommend a route tier (cheap / balanced / fast) for one JSON-RPC call from measured data: the method's weight, our probes' p50 on public and premium supply for the chain, and what each tier costs. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| need | No | cheap | balanced | fast — what matters most (default: let the measurement decide) | |
| chain | Yes | Chain slug, e.g. eth_mainnet | |
| method | Yes | JSON-RPC method, e.g. eth_call |