get-address-received-delegations
Retrieve delegations received by a specific Ethereum address, sorting by votes and filtering by organization using the MPC Tally API Server for DAO governance data.
Instructions
Returns delegations received by an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to get received delegations for (0x format) | |
isDescending | No | Sort in descending order | |
limit | No | Maximum number of delegations to return (default: 20, max: 50) | |
organizationSlug | Yes | Filter by organization slug | |
sortBy | No | Field to sort by |