get-address-votes
Retrieve votes cast by a specific address for a given organization using pagination. Query DAO governance data to analyze voting patterns and participation.
Instructions
Get votes cast by an address for a specific organization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address to get votes for | |
afterCursor | No | Cursor for pagination | |
limit | No | Maximum number of votes to return (default: 20) | |
organizationSlug | Yes | The organization slug to get votes from |