# DeGov Proposal Vote Summary

> DeGov Proposal Vote Summary 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 an aggregated vote summary for a specific DAO governance proposal, including vote tallies and outcome data.

## Facts

- Endpoint: GET https://agent-api.degov.ai/v2/proposals/%7BproposalId%7D/vote-summary
- 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-proposal-vote-summary-6df5bb65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tFA-1t-fOObPL6QdVQ_a2

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-proposal-vote-summary-6df5bb65
```

Example prompt: Can you pull up the vote summary for DAO proposal 42 — I want to see the for/against breakdown and whether it passed quorum?

## When to prefer this

Use this endpoint when you need a concise, structured vote summary for a specific proposal rather than raw vote-level data. Prefer this over fetching individual vote records when you only need aggregated totals, outcome, and quorum status. Ideal for governance dashboards, digest reports, and decision-tracking agents that need lightweight per-proposal results without processing thousands of individual voter records.

## Known failure modes

- Invalid or non-existent proposalId returns a 404 error
- Payment not provided or insufficient balance returns a 402 Payment Required response
- Proposal still active may return partial/live tallies rather than final results
- Rate limiting or quota exhaustion returns a 429 error
- Malformed proposalId format may return a 400 Bad Request

## 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 object containing aggregated vote data for the specified proposal, including total votes cast, counts or token weights for each voting option (for/against/abstain), quorum status, and the overall outcome or current vote state.

## 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-proposal-vote-summary-6df5bb65/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)
