get-proposal-voters
Retrieve a list of voters for a specific proposal using pagination and sorting options such as date or voting power, via the MPC Tally API Server.
Instructions
Get a list of all voters who have voted on a specific proposal
Input Schema
Name | Required | Description | Default |
---|---|---|---|
afterCursor | No | Cursor for pagination | |
beforeCursor | No | Cursor for previous page pagination | |
isDescending | No | Sort in descending order (true shows most recent/largest first) | |
limit | No | Maximum number of voters to return (default: 20) | |
proposalId | Yes | The ID of the proposal to get voters for | |
sortBy | No | How to sort the voters ('id' sorts by date (default), 'amount' sorts by voting power) |