get-delegators
Retrieve a list of delegators for a specific Ethereum address, with options to filter by organization, governor ID, and paginate results. Integrates with the Tally API for DAO governance data.
Instructions
Get list of delegators for a specific address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to get delegators for (0x format) | |
afterCursor | No | Cursor for pagination | |
beforeCursor | No | Cursor for previous page pagination | |
governorId | No | Filter by specific governor ID | |
isDescending | No | Sort in descending order (default: true) | |
limit | No | Maximum number of delegators to return (default: 20, max: 50) | |
organizationSlug | Yes | Filter by organization slug (e.g., 'uniswap'). Alternative to organizationId | |
sortBy | No | How to sort the delegators (default: id) |