# 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.19/call, status unknown (last checked 2026-09-14).

Fetches the latest cryptocurrency news articles and updates via a paid per-request endpoint on the x402 protocol.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/crypto-news54
- Price: $0.19/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-e8ee85fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M1cipimvzYrd1TOtA4fM2

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-e8ee85fa -d '<json body>'
```

Example prompt: What are the latest cryptocurrency news stories right now? Pull today's top crypto headlines for me.

## When to prefer this

Use this endpoint when you need on-demand cryptocurrency news fetched via a micropayment (x402/USDC on Base) model without a subscription, especially in automated agent workflows that pay per call rather than maintaining a news API key.

## Known failure modes

- Payment not received or insufficient USDC balance resulting in 402 Payment Required
- Malformed request body returning a 400 error
- Upstream news source unavailable causing empty or stale results
- Rate limiting or quota exceeded on the aggregator side
- Generic 500 internal server error if backend pipeline fails

## 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 such as recent articles, headlines, or summaries related to cryptocurrency and blockchain topics.

## 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-e8ee85fa/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)
