Skip to content

getBlobBaseFee

Returns the current blob base fee (in wei).

Usage

example.ts
import { publicClient } from './client'
 
const baseFee = await publicClient.getBlobBaseFee() 

Returns

bigint

the blob base fee (in wei).

JSON-RPC Method

eth_blobBaseFee