get_quote
Quote one JSON-RPC call before making it: the weighted units it costs (standard 1, heavy 2, or not offered) and the USD per 1M units on every lane (a lane = a price tier: cheap, balanced, fast). Use it when an owner asks what a workload would cost or before a heavy method. Not for gas or token prices (use get_prices), plan prices (use list_plans) or your own balances (use get_billing_status). Returns JSON: chain, method, offered, units, tier, multiplier, lanes, note; a method we do not offer returns offered=false with a reason. Read-only. No key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | cheap | balanced | fast (default balanced) | |
| chain | Yes | Chain slug, e.g. eth_mainnet, base_mainnet, solana_mainnet | |
| method | Yes | JSON-RPC method, e.g. eth_getLogs |