estimate_gas
Estimate gas fees for EVM transactions by specifying recipient, sender, data, value, and network. Get accurate cost projections across Ethereum, BSC, and other chains.
Instructions
Estimate gas for a specific transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient/contract address | |
| data | No | Transaction data (hex) | |
| from | No | Sender address | |
| value | No | Value in wei | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |