get-address-daos-proposals
Retrieve proposals from DAOs where a specific Ethereum address has participated, such as voting or proposing, using pagination and organization filters for precise results.
Instructions
Returns proposals from DAOs where a given address has participated (voted, proposed, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address | |
afterCursor | No | Cursor for pagination | |
limit | No | Maximum number of proposals to return (default: 20, max: 50) | |
organizationSlug | Yes | The organization slug to get proposals from |