dao_list_members
Retrieve DAO members and their voting weights to understand governance participation. Returns member details including address, weight, and metadata.
Instructions
Use this when you need to see who belongs to a DAO and their voting weights. Returns a JSON array of member objects with address, weight, metadata, and added_at. Provide 'dao' (name or address) OR 'group_id'. Optional: 'limit' (default 100). See also: dao_list_proposals, create_dao.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dao | No | DAO name or address (alternative to group_id) | |
| group_id | No | The cosmos group ID of the DAO | |
| limit | No | Maximum number of members to return (default 100) |