# KiteEndpoints.ai - Governance API

> KiteEndpoints.ai - Governance API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-16).

Provides governance-related data or actions (e.g. DAO proposals, votes, protocol governance) via a paid per-request endpoint on the KiteEndpoints mega API hub.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/governance
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-governance-api-d3b3edc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pUVWLP8Ldg2M55Zr_qkzy

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-governance-api-d3b3edc6 -d '<json body>'
```

Example prompt: Can you pull the latest governance proposal data for me — I want to see active proposals and voting results for a DAO or DeFi protocol using the KiteEndpoints governance API?

## When to prefer this

Choose this endpoint when you need governance data (DAO proposals, votes, protocol decisions) via a simple pay-per-request model using USDC on Base chain, without requiring a separate API key subscription. Best for agents that need occasional governance lookups rather than high-volume streaming data.

## Known failure modes

- Invalid or missing request body returns an error response
- Payment not fulfilled (HTTP 402) if USDC payment on Base chain is not provided
- Upstream governance data source unavailable returns a service error
- Malformed query parameters may return empty or unexpected results
- Rate limiting or quota exceeded if too many requests are made

## 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 JSON object containing governance-related data such as proposal listings, voting outcomes, or protocol governance state depending on the query parameters supplied. The response is wrapped in a 'result' object with a 'data' field.

## 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-governance-api-d3b3edc6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
