Safelisted read-only multi-chain JSON-RPC call
call_multichain_rpcQuery balances, transaction receipts, and contract outputs across Base, Ethereum, Polygon, Arbitrum, and Optimism via read-only JSON-RPC. No write access, so it's safe.
Instructions
Safelisted read-only JSON-RPC proxy across Base, Ethereum, Polygon, Arbitrum, and Optimism — eth_call, eth_getBalance, eth_getTransactionReceipt, eth_blockNumber, and more. Write methods (sending transactions, signing) are never permitted. Price: $0.003 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain to query (default base) | |
| method | Yes | Read-only JSON-RPC method name, e.g. eth_getBalance, eth_call, eth_blockNumber | |
| params | No | JSON-encoded array of RPC params, e.g. ["0xabc...","latest"] (default []) |