Get Balance
Returns the Atos balance of a given address.
https://api.atoverse.info/api
?module=proxy
&action=atos_getBalance
&address=0x5593A5a74FB8144070866a3963A75916E35ABb8C
&apikey=YourApiKeyToken
Request
Query Parameters
Parameter | Description |
---|---|
address | the string representing the address to check for balance |
Response
Sample response
{
"code":200,
"msg":"ok",
"data":"0x5a5ede111954d9038000"
}