eth_getBalance
Accounts info | Monad
eth_getBalance | Monad
Monad API method that returns the balance of the account at the given address. The balance is returned in wei, the smallest unit of MON.
POST
eth_getBalance
Monad API method that returns the balance of the account at the given address. The balance is returned in wei, the smallest unit of MON.
When called against a block older than the latest ~128 blocks, this method is treated as an archive request (2 RUs instead of 1 RU). See request units.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
data— the 20-byte address to check for balance.quantity or tag— integer block number, or the stringlatest,earliest, orpending.
Response
result— the balance of the account in wei, encoded as hexadecimal.
eth_getBalance code examples
Use case
A practical use case foreth_getBalance is displaying user wallet balances in DApps or checking if an account has sufficient funds before sending a transaction.Last modified on May 18, 2026