estimate_transaction_cost
Estimate the USD gas cost of an Ethereum transaction—ETH transfer, ERC-20 transfer, Uniswap swap, NFT mint, or custom action—at your preferred priority tier.
Instructions
Estimate the current USD gas cost of a specific Ethereum mainnet action (ETH transfer, ERC-20/USDC transfer, Uniswap swap, or NFT mint), or a custom gas-units amount, at the chosen priority tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The transaction type. Use "custom" with gas_units for anything else. | |
| gas_units | No | Required when action is "custom": the gas units the transaction uses. | |
| tier | No | Priority tier: low (cheapest), average, or high (fastest). | average |