rpc_call
Execute any JSON-RPC call on 23 EVM chains. Free for standard methods; heavy methods require API key or x402 wallet.
Instructions
Make any JSON-RPC call on any supported chain. Heavy methods (eth_getLogs, trace_*, debug_*) need NODEFLARE_API_KEY or an x402 wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain slug, e.g. 'eth', 'base', 'robinhood' | |
| method | Yes | JSON-RPC method name, e.g. 'eth_gasPrice' | |
| params | No | JSON-RPC params array |