Skip to main content
Returns the ETH balance of an address at a given block.
Flashblocks: Query https://mainnet.base.org with "pending" to read balances updated every ~200ms — before the block seals.

Parameters

string
required
The 20-byte address to query.
string
required
Block number in hex, or "latest", "pending", "safe", "finalized", "earliest". Use "pending" for pre-confirmed balance.

Returns

string
The balance in wei as a hexadecimal string.

Example