network_get_fee_data
Retrieve current Ethereum and EVM-compatible blockchain fee data, including base fee and max priority fee, for accurate transaction cost estimation.
Instructions
Get the current fee data (base fee, max priority fee, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}