Returns the current base fee for blob transactions. This method provides the current pricing information needed for EIP-4844 blob transactions, essential for cost estimation and blob data submission.
eth_blobBaseFee
JSON-RPC method returns the current base fee for blob transactions on the Hyperliquid EVM blockchain. This method is essential for applications working with EIP-4844 blob transactions, providing the current pricing information needed for blob data submission and cost estimation.
params
field should be an empty array.
result
— The current blob base fee as a hexadecimal string (in wei units)eth_blobBaseFee
method is essential for applications that need to:
Successful response with the current blob base fee
The response is of type object
.