eth_blobBaseFee
Returns the base fee per blob gas in wei.
Params
(0)Result
(Blob gas base fee)string
Match pattern:
^0x(0|[1-9a-f][0-9a-f]*)$
Example
Request
await window.ethereum.request({
"method": "eth_blobBaseFee",
"params": []
});
Result
"0x3f5694c1f"