VeVote: proposal results (current governance)
getVevoteProposalResultsRetrieve aggregated voting results for VeVote proposals, with optional filters by proposal ID or support stance, and pagination support.
Instructions
Fetch aggregated voting results per support from /api/v1/vevote/proposal/results. Optional filters: proposalId, support; supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based results page number (0 is the first page) | |
| size | No | Results per page (1..150); API default is typically 20 | |
| cursor | No | Opaque cursor for fetching the next page when provided by the API | |
| support | No | Filter by support | |
| direction | No | Sort direction for time-based queries; defaults to 'DESC' (newest first) | |
| proposalId | No | Proposal ID to filter by |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| network | Yes |