# KiteEndpoints.ai - Government Proposals API

> KiteEndpoints.ai - Government Proposals API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches or submits governance proposals data via the KiteEndpoints Mega API Hub

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/gov/proposals
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-government-proposals-api-06c427dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PxuJ4AJWC77X_8SEchrpj

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 kiteendpoints-ai-government-proposals-api-06c427dd -d '<json body>'
```

Example prompt: Can you pull the current list of governance proposals from the KiteEndpoints gov hub so I can see what's up for vote right now?

## When to prefer this

Use this endpoint when you need to retrieve governance proposal data (DAO, blockchain governance, or government) via a pay-per-request model using USDC on Base chain, and you want a single aggregated hub rather than connecting directly to a native governance API.

## Known failure modes

- Payment not received — 402 response if USDC payment on Base chain is not included
- Malformed request body — if the input object does not match expected schema
- No proposals found — empty result set if no active proposals exist
- Upstream data source unavailable — 502 or 503 if the underlying gov data provider is down
- Rate limit exceeded — if too many requests are sent in a short window

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing governance proposal data, which may include proposal IDs, titles, descriptions, voting status, and related metadata depending on the underlying data source.

## 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/kiteendpoints-ai-government-proposals-api-06c427dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
