MPC Tally API Server

list-delegates

List delegates for a specific organization with their metadata

Input Schema

NameRequiredDescriptionDefault
afterCursorNoCursor for pagination
hasDelegatorsNoFilter for delegates with delegators
hasVotesNoFilter for delegates with votes
isSeekingDelegationNoFilter for delegates seeking delegation
limitNoMaximum number of delegates to return (default: 20, max: 50)
organizationIdOrSlugYesThe organization's ID or slug (e.g., 'arbitrum' or 'eip155:1:123')

Input Schema (JSON Schema)

{ "properties": { "afterCursor": { "description": "Cursor for pagination", "type": "string" }, "hasDelegators": { "description": "Filter for delegates with delegators", "type": "boolean" }, "hasVotes": { "description": "Filter for delegates with votes", "type": "boolean" }, "isSeekingDelegation": { "description": "Filter for delegates seeking delegation", "type": "boolean" }, "limit": { "description": "Maximum number of delegates to return (default: 20, max: 50)", "type": "number" }, "organizationIdOrSlug": { "description": "The organization's ID or slug (e.g., 'arbitrum' or 'eip155:1:123')", "type": "string" } }, "required": [ "organizationIdOrSlug" ], "type": "object" }

You must be authenticated.

Other Tools