EVM
eth_baseFee
Returns the base fee for the next block, in hexadecimal format representing wei.
POST
Parameters
string
default:"43114"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"eth_baseFee"
required
JSON-RPC method name.
object
This method does not accept any parameters.
Returns
string
Hex-encoded base fee for the next block (in wei). Example:
“0x2e90edd000”.