# BaseBrain AI Trading Signals

> BaseBrain AI Trading Signals is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Generates AI-powered trading signals for financial instruments via a paid POST endpoint

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/trading-signals
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-ai-trading-signals-70114ae1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2efCcXEjTgBOpwU7px01A

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-trading-signals-70114ae1 -d '<json body>'
```

Example prompt: Can you get me an AI trading signal for Bitcoin right now so I know whether the model is recommending a buy, sell, or hold?

## When to prefer this

Choose this endpoint when you need a quick, per-call AI-generated trading signal without committing to a subscription. It is best suited for agents that trigger signal generation on demand, pay per use via x402/USDC micropayments, and need a lightweight integration without complex auth flows. Prefer it over heavier analytics platforms when you just need a directional signal (buy/sell/hold) rather than deep backtesting or portfolio management.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Malformed request body — returns 400 Bad Request
- Service unavailable or cold start on Vercel — returns 503 or timeout
- Empty or null result data if the underlying AI model fails to generate a signal
- Rate limiting if too many requests are made in quick succession

## How this service works

Generated by create next app

## Output

Returns a JSON object with a result field containing the AI-generated trading signal data, which may include buy/sell/hold recommendations, confidence levels, or other market analysis outputs depending on the underlying model.

## 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-trading-signals-70114ae1/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)
