# BaseBrain AI Crypto News

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

Fetches the latest cryptocurrency news articles and updates via a paid API endpoint

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/crypto-news
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-ai-crypto-news-17e83201
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ncamine-0JY65vJcIjpqA

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 basebrain-ai-crypto-news-17e83201 -d '<json body>'
```

Example prompt: Can you pull the latest crypto news for me so I can see what's happening in the cryptocurrency markets right now?

## When to prefer this

Choose this endpoint when you need a quick, on-demand cryptocurrency news fetch with a simple per-call payment model ($0.18 USDC via x402). Suitable for agents that need periodic crypto news without a subscription, especially when building lightweight crypto monitoring or briefing workflows.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Request body malformed or missing required fields
- Service temporarily unavailable on Vercel deployment
- Rate limiting if too many requests are made in quick succession
- Empty or stale news data if upstream news source is unavailable

## How this service works

Generated by create next app

## Output

Returns a result object containing cryptocurrency news data, likely including news articles, headlines, or aggregated crypto market updates in JSON format.

## 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/basebrain-ai-crypto-news-17e83201/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
