Skip to main content

Filecoin.EthFeeHistory

Params

(3)

1. block_count (required)

string

2. newest_block_number (required)

(any of)
string

3. reward_percentiles (required)

array[number<double>] or null

Result

(Filecoin.EthFeeHistory.Result)
baseFeePerGas
array[string]
required
gasUsedRatio
array[number<double>]
required
oldestBlock
string
required
reward
array[array] or null
string

Params

block_count

newest_block_number

reward_percentiles


Request

await window.ethereum.request({
"method": "Filecoin.EthFeeHistory",
"params": [
null,
null,
null
]
});