# BaseBrain AI Crypto Price Forecasts

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

Generates AI-powered price forecasts for cryptocurrencies

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/crypto-price-forecasts
- Price: $0.11/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-price-forecasts-a411ded2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iGCtSjYfa-4iHzoDfDWyQ

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-price-forecasts-a411ded2 -d '<json body>'
```

Example prompt: Can you get me an AI price forecast for Bitcoin from BaseBrain?

## When to prefer this

Choose this endpoint when you need AI-generated forward-looking price predictions for cryptocurrencies, especially when current spot price lookup is insufficient and directional forecasting or prediction intelligence is required.

## Known failure modes

- Missing or invalid cryptocurrency symbol returns an error
- Unsupported asset identifier returns no forecast data
- Service unavailability returns a 5xx error
- Payment not included results in a 402 payment required response

## How this service works

Generated by create next app

## Output

Returns an AI-generated price forecast for the requested cryptocurrency, including predicted price direction or target values as structured result 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/basebrain-ai-crypto-price-forecasts-a411ded2/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)
