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

> KiteEndpoints.ai - Crypto News API (crypto-news54) is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-15).

Fetches cryptocurrency-related news articles or headlines via a pay-per-request API endpoint on the Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/crypto-news54
- Price: $0.19/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-crypto-news-api-crypto-news54-70e1f40b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zXdDpx3sbyQhfunufObkB

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-news54-70e1f40b -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need a quick, pay-per-request crypto news fetch without committing to a subscription-based news API. It is suitable for agents that need occasional news context for crypto-aware workflows and can pay micro-amounts in USDC on Base. Avoid if you need structured filtering by coin symbol, date range, or sentiment, as the schema does not expose those parameters.

## Known failure modes

- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Malformed request body may return a 400 or empty result
- Upstream news data source unavailable causes empty or error response
- Endpoint may return stale or cached data if the underlying source is not real-time
- Generic schema with no crypto-specific parameters means limited filtering capability

## 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 a list of news articles, headlines, or summaries related to cryptocurrency markets and blockchain topics. The exact structure follows the generic API response envelope with a nested 'data' field.

## 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-news54-70e1f40b/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)
