Research Voters
Tier: plus.
- Rank voters within a DAO.
- Capture the returned
voterIdentity. - Open the cross-DAO profile.
- Fetch vote history only when the individual records matter.
curl -H "x-degov-api-token: <token>" \
"https://agent-api.degov.ai/v2/daos/example-dao/voters?limit=25"
curl -H "x-degov-api-token: <token>" \
"https://agent-api.degov.ai/v2/voters/voter%3A0xabc"
curl -H "x-degov-api-token: <token>" \
"https://agent-api.degov.ai/v2/voters/voter%3A0xabc/votes?daoId=example-dao&limit=50"
Ranking and vote-history lists use data.items. Treat voterIdentity as the resource handle; ranking and profile responses do not promise a separate voterAddress field.