Historical gas price export
get_gas_history_exportRaw Ethereum gas price samples over a date range, JSON or CSV, priced by real row count (min $0.005, max 24h range). Free via MCP; the same data is also available pay-per-call at https://lab.paidapis.net/api/gas-history-export for production/agentic use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ISO 8601 range end. | |
| from | Yes | ISO 8601 range start. | |
| format | No | Either "json" (default) or "csv". |