list-delegates
Retrieve and filter delegate metadata for a specific organization, including details on delegators, votes, and delegation status, using cursor-based pagination.
Instructions
List delegates for a specific organization with their metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
afterCursor | No | Cursor for pagination | |
hasDelegators | No | Filter for delegates with delegators | |
hasVotes | No | Filter for delegates with votes | |
isSeekingDelegation | No | Filter for delegates seeking delegation | |
limit | No | Maximum number of delegates to return (default: 20, max: 50) | |
organizationSlug | Yes | The organization's slug (e.g., 'arbitrum') |