dex_rpc_call
Proxy a JSON-RPC call to a blockchain node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain name (e.g., ETH, BSC, SOL, ARB, POLYGON) | |
| method | Yes | RPC method name (e.g., eth_blockNumber, eth_getBalance, getLatestBlockhash) | |
| params | No | RPC method parameters as JSON array | |
| mcp_token | No | MCP session token obtained from login (dex_auth_google_login_poll or dex_auth_gate_login_poll). MUST be provided in every call to this tool after login; omitting it will result in 403 |