The voter accounts API returns information about all accounts participating in the vote.
uint32
offset
Offset of pagination. Default: 0
Default: 0
limit
Limit of pagination. Max: 100
Max: 100
VoterAccountsResponse
bool
status
If set false, indicates an error returning data.
voterAccountsData
data
Voter Account data.
VoterAccountsData
Offset of pagination
int32
Limit of pagination
total
Total count of data
array
result
Array of VoterAccounts
VoterAccounts
uuid
id
Voter account id
string
address
Voter address
float
voteWeight
Vote weight
proposalVoted
Proposal count to vote
votes
Votes
datetime
createdAt
Created timestamp
updatedAt
Updated timestamp
Last updated 1 year ago