rpc_proxy
Proxy Ethereum JSON-RPC requests through a premium L1 node with ~6 ms latency. Supports any standard method; $0.001 USDC per call.
Instructions
Proxies a JSON-RPC call through Valorem's premium Reth L1 node (~6 ms latency). Supports any standard Ethereum JSON-RPC method. Cost: $0.001 USDC per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Request ID — any integer or string. | |
| method | Yes | Ethereum JSON-RPC method (e.g. eth_blockNumber, eth_call, eth_getBalance, eth_sendRawTransaction) | |
| params | No | Method parameters array. Pass [] for methods that take no params. | |
| jsonrpc | No | JSON-RPC version string. Always use "2.0". | 2.0 |