# KiteEndpoints.ai - Crypto News API (crypto-news16)

> KiteEndpoints.ai - Crypto News API (crypto-news16) 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-14).

Fetches the latest cryptocurrency news and headlines via a pay-per-request endpoint on the KiteEndpoints.ai mega API hub.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/crypto-news16
- Price: $0.09/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-crypto-news16-c5b3ea49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SjHjb9aUPIehk_6RNfX5a

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-crypto-news16-c5b3ea49 -d '<json body>'
```

Example prompt: Can you pull the latest cryptocurrency news headlines for me right now — I want to see what's happening across Bitcoin, Ethereum, and the broader crypto market today?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to crypto news without committing to a subscription API, especially in automated agent workflows that only occasionally need news data and want to pay micro-fees in USDC on Base chain.

## Known failure modes

- Payment failure if USDC balance on Base chain is insufficient (402 error)
- Empty or stale news results if the upstream news source is unavailable
- Generic or vague response schema may return minimal data without structured fields
- Rate limiting or timeout if the endpoint is under high load
- No filtering parameters exposed, limiting ability to query specific coins or topics

## 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 crypto news data, likely including recent headlines, article summaries, sources, and timestamps related to cryptocurrency markets and blockchain industry events.

## 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-crypto-news16-c5b3ea49/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)
