# GGWP API Hub – Governance Endpoint

> GGWP API Hub – Governance Endpoint is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.105319/call, status unknown (last checked 2026-09-15).

Fetches or submits governance-related data (e.g. on-chain proposals, voting, DAO governance) via a pay-per-call x402 API on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/governance
- Price: $0.105319/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-governance-endpoint-4a31a529
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__loStiTWDdW8RYpIwS8l1

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 ggwp-api-hub-governance-endpoint-4a31a529 -d '<json body>'
```

Example prompt: Can you pull the latest governance proposal data from the GGWP API Hub governance endpoint so I can see what's currently up for a vote?

## When to prefer this

Choose this endpoint when you need on-chain governance or DAO voting data via a pay-per-call model on Base chain using the x402 protocol, and when you want access through the GGWP API Hub aggregator rather than querying a specific governance protocol directly.

## Known failure modes

- Payment failure on Base chain (x402 protocol error) — call rejected if USDC balance insufficient
- Invalid or malformed request body — returns error if input object is not structured correctly
- Upstream governance data source unavailable — may return empty or error result
- Timeout if underlying governance data provider is slow to respond
- Unknown governance entity requested — returns empty result object

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing governance-related API response data, such as proposal details, voting information, or DAO governance state. The exact structure follows {result: {data: ...}} but specific governance fields depend on the underlying data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-governance-endpoint-4a31a529/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
