calculate_gas_fee_eth
Compute Ethereum transaction gas fee in ETH and USD using gas price in Gwei, with adjustable gas limit (default 21000) and ETH price (default $3000).
Instructions
Calculate Ethereum transaction gas fee in ETH and USD. See list_bundles for related 'crypto' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gas_price_gwei | Yes | Gas price in Gwei | |
| gas_limit | No | Gas limit for the transaction (default 21000 for simple transfer) | |
| eth_price_usd | No | Current ETH price in USD (default 3000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |