get-address-created-proposals
Retrieve proposals created by a specific Ethereum address for a designated organization using pagination and limit options.
Instructions
Get proposals created by an address for a specific organization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to get created proposals for | |
afterCursor | No | Cursor for pagination | |
beforeCursor | No | Cursor for previous page pagination | |
limit | No | Maximum number of proposals to return (default: 20) | |
organizationSlug | Yes | The organization slug to get proposals from |