GET: /voters/history/:address
VoterHistoryRequest
The request to the Voter History API can retrieve the vote history of the address.
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 |
| Limit of pagination |
int32 |
| Limit of pagination |
uint32 |
| Total count of data |
array |
| Array of |
Voters
Type | Key | Description |
uuid |
| Voter id |
string |
| Voter address |
int8 |
| Vote status |
int8 |
| Support status |
int20 |
| Vote proposal Index |
datetime |
| Block Number |
datetime |
| Block timestamp |
datetime |
| Created timestamp |
datetime |
| Updated timestamp |
Last updated