# KiteEndpoints.ai - Government Whale Votes API

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

Retrieves whale voting data from government or on-chain governance proposals

## Facts

- Endpoint: POST https://kite-endpoints.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-government-whale-votes-api-b7aa723b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9WswBgD1_WcCuTooTrJMv

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

Example prompt: Can you pull the latest whale votes on recent governance proposals so I can see how large holders are voting and whether they're pushing proposals through or blocking them?

## When to prefer this

Choose this endpoint when you need to specifically track how large token holders (whales) vote in on-chain or off-chain governance systems. Prefer this over generic block explorers when you want pre-aggregated whale voting analytics without needing to parse raw transaction data yourself.

## Known failure modes

- No whale vote data available for the specified proposal or time range
- Invalid or missing proposal ID returns empty result
- Upstream governance data source unavailable causing timeout
- Rate limiting if too many requests are made in quick succession
- Stale data if blockchain indexer is lagging behind chain tip

## 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 structured data about whale wallet votes on governance proposals, including voter addresses, vote direction (yes/no/abstain), voting weight or token holdings, and proposal identifiers. May include timestamps and outcome 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/kiteendpoints-ai-government-whale-votes-api-b7aa723b/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)
