Loading…
Loading…
Returns base fee, gas-used ratio and (optional) reward percentiles for the most recent N blocks. Used by wallets to suggest priority fees.
Returns base fee, gas-used ratio and (optional) reward percentiles for the most recent N blocks. Used by wallets to suggest priority fees.
Press Send Request to see a response.
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_feeHistory","params":["0x5","latest",[25,50,75]],"id":1}'