Account Methods
hmy_getBalanceByBlockNumber
Get the balance of an address at a given block.
Method: POST
Example body (raw)
Example response: 200
hmy_getTransactionCount
Given an account address, returns the number of transactions the account has made.
Method: POST
Example body (raw)
Example response: 200
hmy_getBalance
Get latest balance of an address.
Method: POST
Example body (raw)
Example response: 200
Last updated