evm_rpc
Call ANY EVM JSON-RPC method on a supported chain — eth_getBalance, eth_call, eth_blockNumber, eth_sendRawTransaction, eth_getLogs, ... Chains: robinhood (4663) / robinhood-testnet (46630), hyperevm (999), ethereum (1), base (8453), stable (988), plasma (9745), tempo (4217), codex (81224), arc (5042, Circle mainnet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | EVM RPC method name, e.g. eth_getBalance | |
| params | No | Positional params array (method-specific). Omit for no params. | |
| network | No | Chain slug: robinhood (default; legacy mainnet alias accepted), robinhood-testnet, hyperevm, ethereum/eth, base, stable/tether, plasma, tempo, codex, or arc (Circle mainnet) | robinhood |