Get votes on a proposal
get_proposal_votesTakes no 'version' argument (DAO governance is not per-market; Governance V3 is unrelated to Aave v3/v4 markets). Who voted on an Aave DAO proposal and with how much power, largest voter first. Pass support=true or false to list only one side. 'totals' covers every vote on the proposal, not just the page returned. Voting power is in AAVE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (1-100, default 20). | |
| offset | No | Rows to skip, for paging (default 0). | |
| support | No | Filter to one side: true for votes in favour, false for against. Omit for both. | |
| proposalId | Yes | Proposal id as a decimal string, e.g. '508'. From search_governance_proposals. |