# KiteEndpoints.ai - Governance Whale Votes API

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

Fetches on-chain governance whale voting data for crypto protocols

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/gov/whale-votes
- Price: $0.09/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-governance-whale-votes-api-a3816738
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aP0MeA3uPr_FVivPB6nml

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-whale-votes-api-a3816738 -d '<json body>'
```

Example prompt: Pull the latest whale votes from the KiteEndpoints governance API — I want to see how large token holders are voting on recent on-chain proposals, including their vote direction and voting power.

## When to prefer this

Use this endpoint when you need on-chain governance whale voting data via a pay-per-request model using USDC on Base chain, and you want to avoid subscribing to a full-featured governance analytics platform. Best suited for one-off or low-frequency lookups of large-holder voting behavior in crypto governance.

## Known failure modes

- Missing or invalid request body returns an error response
- Protocol or proposal not found returns empty or null result
- Upstream data source unavailable causes timeout or 500 error
- Insufficient USDC balance or failed x402 payment blocks the request
- Rate limiting if too many requests are made in quick succession

## 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 whale governance vote data, including large wallet addresses, their vote choices (yes/no/abstain), voting power, and related proposal information for the queried governance context.

## 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-whale-votes-api-a3816738/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)
