eth_getBalance - Polygon PoS

Returns the balance of the account of a given address on Polygon.

📘

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.

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