explorer_get_daily_gas_used
Retrieve daily average gas used on a specified EVM chain for a given date range. Provide chain ID and start/end dates to analyze gas usage trends.
Instructions
Get daily average gas used for a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default asc) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| endDate | Yes | End date (YYYY-MM-DD) | |
| startDate | Yes | Start date (YYYY-MM-DD) |