# DeGov Agent API – DAO Participants

> DeGov Agent API – DAO Participants is a paid API for AI agents from agent-api.degov.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a list of participants (voters/delegates) for a specific DAO, including their governance activity data.

## Facts

- Endpoint: GET https://agent-api.degov.ai/v2/daos/%7BdaoId%7D/participants
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/degov-agent-api-dao-participants-e89b2ec0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UXJw_wDXLWQnIWUWg5T1E

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability degov-agent-api-dao-participants-e89b2ec0
```

Example prompt: Can you pull up the list of governance participants for the Uniswap DAO — I want to see who's been active in voting?

## When to prefer this

Use this endpoint when you need structured, machine-readable data about who participates in a specific DAO's governance — voters, delegates, and stakeholders. Prefer this over scraping governance forums or block explorers when you need clean aggregated participant data with governance context. Best suited for agents performing governance analytics, delegate research, or participation audits.

## Known failure modes

- Unknown or invalid daoId returns 404 or empty result
- Missing or invalid x402 payment / API token returns 402 or 401
- Malformed request returns 400 with validation error
- DAO has no recorded participants returns empty list
- Rate limiting or payment failure causes request rejection

## How this service works

Machine-readable DAO governance data: DAOs, proposals, votes, voters, and governance forum topics. Paid endpoints settle per request via x402 (USDC on Base) or a partner token (`x-degov-api-token`).

## Output

A JSON array of participant records for the specified DAO, including wallet addresses, voting power, delegate relationships, and participation history in governance proposals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/degov-agent-api-dao-participants-e89b2ec0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-api.degov.ai](https://www.zero.xyz/host/agent-api.degov.ai/llms.txt)
