Pricing
List RPC route prices
Public endpoint returning current RPC route prices for each vm, chain ID, method, and routing strategy combination. No authentication required. Rate-limited per IP (default 30 requests per 60 seconds). Empty results return an empty JSON array.
get/pricing/rpc
Query parameters
vmstring
Filter by virtual machine type (e.g. evm).
chain_idstring
Filter by chain ID (e.g. 1, 137, 8453).
methodstring
Filter by JSON-RPC method (e.g. eth_blockNumber).
routing_strategy'economy' | 'performance'
Filter by routing strategy.
Response
Current route prices
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○