GET: /voters/accounts/:address
VoterAccountsRequest
The request to the Voter accounts API can retrieve information about the certain account.
Type | Key | Description |
---|---|---|
string |
| Address to retrieve. |
VoterResponse
Type | Key | Description |
---|---|---|
bool |
| If set false, indicates an error returning data. |
voterData |
| Voter data. |
VoterData
Type | Key | Description |
---|---|---|
uint32 |
| Delegate count of address |
uint32 |
| Current votes of address |
uint32 |
| AToken balance of address |
array |
| Array of |
array |
| Array of |
Last updated