dex_tx_gas
Estimate on-chain gas price and gas limit for a given tx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| data | No | Transaction calldata (hex) | |
| from | Yes | Sender address | |
| chain | Yes | Chain name or alias; resolved via dex_chain_config before calling upstream. | |
| value | No | Transfer value in wei | |
| network | No | Network name | |
| 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 |