# x402 Data Hub v2 - Governance Vote Results

> x402 Data Hub v2 - Governance Vote Results is a paid API for AI agents from x402-data-hub-v2.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns on-chain governance vote results for blockchain protocols, including proposal outcomes, vote tallies, and participation metrics

## Facts

- Endpoint: POST https://x402-data-hub-v2.vercel.app/api/gov/vote-results
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-v2-governance-vote-results-31da0af0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-3yfK8izmWTlcuHttAZdF

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 x402-data-hub-v2-governance-vote-results-31da0af0 -d '<json body>'
```

Example prompt: What were the final vote results for the most recent governance proposal on Aave — did it pass, how many for vs against votes were there, and did it hit quorum?

## When to prefer this

Use this endpoint when you need specific on-chain governance vote outcomes for DeFi protocols, DAOs, or blockchain networks and want structured, queryable data rather than scraping governance forums or dashboards. Prefer over manual on-chain queries when you need aggregated tallies and participation metrics in a single call.

## Known failure modes

- Invalid or unknown proposal ID returns 404 or empty result
- Protocol not supported returns error indicating unsupported governance source
- Payment failure via x402 protocol results in 402 Payment Required before data is returned
- Stale data if governance indexer is lagging behind latest blocks
- Malformed POST body missing required fields returns 400 Bad Request

## How this service works

16 paid endpoints - Crypto, Exchange, Yield, Governance, Sentiment

## Output

Returns structured vote result data including proposal title, final outcome (passed/failed/pending), for/against/abstain vote counts, total voting power used, quorum threshold vs actual participation, and key timestamps for the governance vote.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-hub-v2-governance-vote-results-31da0af0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-data-hub-v2.vercel.app](https://www.zero.xyz/host/x402-data-hub-v2.vercel.app/llms.txt)
