MPC Tally API Server
get-delegators
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) | |
organizationId | No | Filter by specific organization ID | |
organizationSlug | No | Filter by organization slug (e.g., 'uniswap'). Alternative to organizationId | |
sortBy | No | How to sort the delegators (default: id) |