# x402-data-hub-v2 Governance Proposals

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

Fetches DAO governance proposals, optionally filtered by DAO name, via a paid micropayment endpoint

## Facts

- Endpoint: POST https://x402-data-hub-v2.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-v2-governance-proposals-a1490748
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bQcVIeEClV2UQr0_H_EuR

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-proposals-a1490748 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need structured governance proposal data for one or more DAOs and want a paid, reliable aggregated source rather than querying on-chain data directly or scraping individual DAO forums. Best suited for agents needing current or recent proposal listings across multiple DeFi protocols.

## Known failure modes

- Unknown or misspelled DAO name returns empty results or error
- Payment failure (insufficient USDC balance) causes 402 rejection
- Network timeout from upstream data source
- No active proposals for the specified DAO returns empty array
- Rate limiting if called too frequently

## How this service works

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

## Output

A list of governance proposals for the specified DAO (or all DAOs if unfiltered), likely including proposal IDs, titles, statuses, vote counts, and relevant metadata about each proposal.

## 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-v2-governance-proposals-a1490748/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)
