Returns voters from the voting period at the specified index.
/v1/voting/periods/{index}/voters
Voting period index starting from zero
Filters voters by status (none
, upvoted
, voted_yay
, voted_nay
, voted_pass
)
Sorts voters by specified field. Supported fields: id
(default), votingPower
.
Specifies which or how many items should be skipped
Maximum number of items to return
Returns a voter with the specified address from the voting period at the specified index.
/v1/voting/periods/{index}/voters/{address}
Voting period index starting from zero
Voter address