Get Transaction Count
Returns the number of transactions performed by an address.
https://api.atoverse.info/api
?module=proxy
&action=atos_getTransactionCount
&address=0x5BEb62869cbc2B58472A9cF14AAcd7F293F62850
&apikey=YourApiKeyToken
Request
Query Parameters
Parameter | Description |
---|---|
address | the string representing the address to get transaction count |
Response
Sample response
{
"code":200,
"msg":"ok",
"data":"0x4"
}