get_gas_price_percentiles
Retrieve gas price percentiles (base fee + priority fee) from recent blocks on supported chains. Uses standard eth_feeHistory, no mempool required.
Instructions
Returns the gas price distribution (base fee + priority fee percentiles) over the last N blocks. Works on any supported chain — does not require mempool access, just standard eth_feeHistory.
Args: chain: "polygon" or "arbitrum" block_count: number of recent blocks to sample (default 20, max 1024)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| block_count | No |