get_proposal_votes
Fetch votes for a proposal to see who voted, how they voted, and when. Ideal for auditing DAO governance outcomes or tracking participation.
Instructions
List votes for a specific proposal. Returns voter IDs, vote direction, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Max results (default 20) | |
| offset | No | Offset for pagination (default 0) | |
| proposalId | Yes | Proposal ID (dashless hex) |