eth_feeHistory
Returns transaction base fee per gas and effective priority fee per gas for the requested/supported block range.
Parameters
Sample Request
curl https://lb.nodies.app/v1/<INSERT URL> \
-H "x-api-key: <API-KEY>" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_feeHistory",
"params": [
"0x5",
"pending",
[
10,
20
]
]
}'Sample Response
Last updated