gas_prices
Get real-time gas price estimates for low, medium, and high priority transactions on a blockchain network. Specify network and transaction type (ERC20, native tokens, or Uniswap V3) to optimize costs and confirmation times.
Instructions
Get real-time gas estimates for different transaction speeds on a specific network, enabling users to optimize transaction costs and confirmation times. Requires chainName (blockchain network) and eventType (erc20, nativetokens, or uniswapv3). Optional parameter quoteCurrency allows conversion to different currencies (USD, EUR, etc). Returns estimated gas prices for low, medium, and high priority transactions for the specified event type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainName | Yes | The blockchain network to get gas prices for (e.g., 'eth-mainnet', 'matic-mainnet', 'bsc-mainnet'). | |
| eventType | Yes | Type of transaction to estimate gas for: 'erc20' for token transfers, 'nativetokens' for native transfers, 'uniswapv3' for DEX swaps. | |
| quoteCurrency | No | Currency to quote gas costs in (e.g., 'USD', 'EUR'). If not specified, uses default quote currency. |