# x402 Data Hub – DAO Governance Proposals

> x402 Data Hub – DAO Governance Proposals is a paid API for AI agents from data-hub-v5.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches active and historical DAO governance proposals, optionally filtered by DAO name

## Facts

- Endpoint: POST https://data-hub-v5.vercel.app/api/gov/proposals
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-hub-dao-governance-proposals-d22aad7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WkXADVwQYSZ4sSWzk3YBc

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-dao-governance-proposals-d22aad7c -d '<json body>'
```

Example prompt: Can you pull the current governance proposals for Uniswap from the x402 Data Hub?

## When to prefer this

Use this endpoint when you need structured, paid-quality governance proposal data for one or more DAOs and want filtering by DAO name. Prefer this over free scrapers when data freshness and reliability matter, and when you are already operating within the x402 micropayment ecosystem.

## Known failure modes

- Unknown or misspelled DAO name returns empty results or an error
- Payment of $0.06 USDC not fulfilled causes HTTP 402 rejection
- No active proposals for specified DAO returns empty list
- Service downtime on Vercel deployment returns 5xx errors

## How this service works

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

## Output

Returns a list of governance proposals for the specified DAO (or all DAOs if no filter is given), including proposal details such as title, status, voting outcomes, and associated metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "dao": {
   "type": "string",
   "description": "Filter by DAO name"
  }
 }
}
```

## More

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