# KiteEndpoints.ai - Government Treasury Data API

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

Fetches government treasury data including financial statistics, bond information, or fiscal reports via a paid per-request API on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/gov/treasury
- Price: $0.17/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-treasury-data-api-6a5c20f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_65yIPCbnr0O72pzF_Uws5

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-treasury-data-api-6a5c20f8 -d '<json body>'
```

Example prompt: Can you pull the latest government treasury data for me — I need current fiscal statistics or bond figures from the treasury endpoint?

## When to prefer this

Choose this endpoint when you need government treasury financial data on a pay-per-use basis without a subscription, especially when integrating into an agent workflow that uses USDC micropayments on Base chain for API access.

## Known failure modes

- Missing or malformed request body returns an error response
- Invalid query parameters may return empty or generic example data
- Payment failure via x402/USDC on Base chain prevents access
- Service downtime on Vercel hosting may cause 502/503 errors
- Rate limiting may occur under high request volume

## 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 treasury-related government financial data such as bond information, fiscal statistics, debt figures, or budget data in a structured JSON response.

## 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-treasury-data-api-6a5c20f8/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)
