Base Gas Tracker
base-gas-trackerLive Base network gas tracker. Returns current gas price in gwei, base fee, priority fee (tip), and a block history showing recent gas trends. Useful for timing transactions and estimating costs. $0.01/call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocks | No | Number of recent blocks to include in history (1-20, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trend | Yes | ||
| fetched_at | Yes | ||
| base_fee_gwei | Yes | ||
| block_history | Yes | ||
| gas_price_gwei | Yes | ||
| priority_fee_gwei | Yes | ||
| max_fee_suggestion_gwei | No |