Safelisted read-only multi-chain JSON-RPC call
call_multichain_rpcExecute read-only JSON-RPC queries across Base, Ethereum, Polygon, Arbitrum, and Optimism chains. Retrieve on-chain data like balances, transaction receipts, and block numbers using standard methods without signing or sending transactions.
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 []) |