eth_getBalance
Accounts info | Plasma
eth_getBalance | Plasma
Plasma API method that returns the balance of a specific account in Wei, the smallest unit of ether. Use it on Plasma via Chainstack.
POST
eth_getBalance
Plasma API method that returns the balance of a specific account in Wei, the smallest unit of ether.
Parameters
address— the address to check the balance ofquantity or tag— the block number in hex format or block tag (latest,earliest,pending,safe,finalized)
Response
quantity— the integer value of the current balance in Wei
eth_getBalance code examples
Last modified on May 18, 2026