eth_getBalance - Ethereum

Returns the balance of the account of a given address.

📘

Note

  • eth_getBalance only returns the balance of the native chain currency (ex: ETH for Ethereum or Matic for Polygon) and does not include any ERC20 token balances for the given address.

  • To get ERC20 token balances, please use alchemy_getTokenBalances.

Don’t have an API key?

Start using this API in your app today.

Use Cases for eth_getBalance

Language
URL
Click Try It! to start a request and see the response here!
ReadMe