# DeGov Agent API – Proposals Endpoint

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

Fetches machine-readable DAO governance proposals, enabling agents to query, monitor, and analyze on-chain and off-chain governance activity across DAOs.

## Facts

- Endpoint: GET https://agent-api.degov.ai/v2/proposals
- Price: $0.005/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-proposals-endpoint-f75e6bc3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZDbhg7nc_FOPW3KmLhcAy

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-proposals-endpoint-f75e6bc3
```

Example prompt: Can you pull all the current active governance proposals for Uniswap DAO so I can see what's up for vote right now?

## When to prefer this

Choose this endpoint when you need structured, machine-readable DAO governance proposal data across multiple DAOs or for a specific protocol. It is ideal for agents that need to monitor governance activity, surface active votes, or research historical proposal outcomes without scraping governance forums manually. Prefer this over general web search when you need reliable, structured proposal data with consistent schema.

## Known failure modes

- Invalid or unsupported DAO identifier returns empty results or 404
- Payment not settled via x402 or missing API token results in 402 Payment Required
- Malformed query properties return 400 Bad Request
- Rate limiting or quota exceeded returns 429
- Proposal data may be delayed if indexing lags behind chain state

## 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

Returns a JSON array or object of DAO governance proposals, including proposal identifiers, titles, descriptions, current status (active, passed, failed, etc.), vote counts, proposer addresses, and relevant timestamps. Data is structured for machine consumption and covers both on-chain and off-chain 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-proposals-endpoint-f75e6bc3/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)
