hmy_getTransactionCount
GetTransactionCount
Given an account address, returns the number of transactions the account has made.
API v1
Parameters
String
- Account addressString
- Block number to query for transaction count. Usuallylatest
, which uses the most recent block.
Returns
String
- Number of transactions the account has made.
Sample Curl Request
Sample Curl Response
API v2
Parameters
String
- Account addressNumber
- Block number to query for transaction count.
Returns
Number
- Number of transactions the account has made.
Sample Curl Request
Sample Curl Response
Last updated