eth_feeHistory - BOB Sepolia
Summary
Returns base fee per gas and transaction effective priority fee per gas history for the requested block range if available.Parameters
1. Block Count Number
The number of blocks in the requested range
Example:Â
Integer between 1 and 1024
2. Block Number Quantity or Tag
Hex block number, or the string
latest
, earliest
or pending
Example:Â
i.e. latest or pending
3. Percentiles Number[]
A monotonically increasing list of percentile values to sample from each block's effective priority fees per gas in ascending order, weighted by gas used.
Example:Â
[25, 50, 75]