# KiteEndpoints.ai Crypto News API

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

Fetches the latest cryptocurrency news and headlines via a pay-per-request API hub endpoint

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/crypto-news51
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-crypto-news-api-f3d23959
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZNRQCRsKSM9AHLSOzZAEY

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-crypto-news-api-f3d23959 -d '<json body>'
```

Example prompt: Can you pull the latest cryptocurrency news for me right now — I want to see what's breaking in the crypto world today?

## When to prefer this

Use this endpoint when you need quick, pay-per-use access to cryptocurrency news without a long-term subscription, and you are already operating within the x402/USDC payment infrastructure on Base chain. Best for sporadic or agent-driven crypto news lookups.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required response
- Malformed request body — 400 Bad Request
- Upstream news source unavailable — 503 Service Unavailable
- Rate limiting or quota exceeded — 429 Too Many Requests
- Empty or stale news result if upstream feed is down

## 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 cryptocurrency news data, likely including recent headlines, article summaries, or news feed items related to crypto markets and blockchain topics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response 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-crypto-news-api-f3d23959/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)
