hmy_getBalanceByBlockNumber
hmy_getBalanceByBlockNumber
Get the balance of an address at a given block.
API v1
Parameters
String
- The address to get the balance ofString
- Block to get query for balance
Returns
String
- The current balance for the given address in ATTO.
Sample Curl Request
Sample Curl Response
API v2
Parameters
String
- The address to get the balance ofNumber
- Block to get query for balance
Returns
String
- The big.Int balance for the given address on a particular block.
Sample Curl Request
Sample Curl Response
Last updated