call_rpc_method
Execute JSON-RPC methods on blockchain services to query data or perform operations across supported networks.
Instructions
Call a JSON-RPC method on a specific blockchain service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockchain | Yes | Blockchain name (e.g., "ethereum", "polygon") | |
| method | Yes | RPC method name (e.g., "eth_blockNumber", "eth_getBalance") | |
| params | No | Array of parameters for the RPC method | |
| network | No | Network type (defaults to mainnet) |