call_rpc_method
Execute JSON-RPC methods on blockchain networks using Grove's public endpoints. Specify blockchain, method, and parameters to interact with Ethereum, Solana, Cosmos, and Layer 2 solutions without authentication.
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) |