Skip to main content
Version: Next

eth_baseFee

Returns the base fee per gas of the next block in wei.

Parameters (by position)

This method does not accept any parameters.

Result

Base fee string

Base fee

Match pattern: ^0x(0|[1-9a-f][0-9a-f]*)$


Examples

eth_baseFee example

Request

{
"params": []
}

Response

"0x3b9aca00"