eth_feeHistory RPC Method
Parameters
blockCount
string/integer
REQUIRED
Loading...
newestBlock
string
REQUIRED
Loading...
rewardPercentiles
integer
REQUIRED
Loading...
Returns
oldestBlock
string
Loading...
baseFeePerGas
array
Loading...
gasUsedRatio
array
Loading...
reward
array
Loading...
Request
1curl -X POST "https://docs-demo.linea-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_feeHistory",6"params": [7"4",8"latest",9"[25,75]"10],11"id": 112}'
1curl -X POST "https://docs-demo.linea-mainnet.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "eth_feeHistory",6"params": [7"4",8"latest",9"[25,75]"10],11"id": 112}'
Response
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"oldestBlock": "0x26cb150",6"reward": [7[8"0x0",9"0xf4240"10],11[12"0x0",13"0x1"14],15[16"0x0",17"0xa"18],19[20"0x0",21"0x1"22]23],24"baseFeePerGas": [25"0x7a120",26"0x7a120",27"0x7a120",28"0x7a120",29"0x7a120"30],31"gasUsedRatio": [320.02304405,330.0192761,340.018757866666666668,350.01989921666666666736],37"baseFeePerBlobGas": [38"0x1",39"0x1",40"0x1",41"0x1",42"0x1"43],44"blobGasUsedRatio": [450,460,470,48049]50}51}
1{2"jsonrpc": "2.0",3"id": 1,4"result": {5"oldestBlock": "0x26cb150",6"reward": [7[8"0x0",9"0xf4240"10],11[12"0x0",13"0x1"14],15[16"0x0",17"0xa"18],19[20"0x0",21"0x1"22]23],24"baseFeePerGas": [25"0x7a120",26"0x7a120",27"0x7a120",28"0x7a120",29"0x7a120"30],31"gasUsedRatio": [320.02304405,330.0192761,340.018757866666666668,350.01989921666666666736],37"baseFeePerBlobGas": [38"0x1",39"0x1",40"0x1",41"0x1",42"0x1"43],44"blobGasUsedRatio": [450,460,470,48049]50}51}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free