# BaseBrain AI Smart Money Analysis

> BaseBrain AI Smart Money Analysis 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).

Analyzes smart money movements and on-chain financial signals to surface actionable trading or investment intelligence

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/smart-money
- 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-smart-money-analysis-d973e465
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iSv9fB_2m70W8ZXtAD9B0

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-smart-money-analysis-d973e465 -d '<json body>'
```

Example prompt: Can you pull the latest smart money signals from BaseBrain AI — I want to see which wallets or assets are getting significant on-chain attention right now so I can spot any emerging moves before the crowd?

## When to prefer this

Choose this endpoint when you need on-chain smart money intelligence specifically — tracking where high-value or institutional wallets are moving capital in crypto markets. It is particularly useful for pre-trade research, DeFi opportunity discovery, or whale tracking use cases. Prefer this over generic market data APIs when the goal is behavioral on-chain signal extraction rather than price or volume feeds.

## Known failure modes

- Vague or missing input parameters may return an empty or generic example response
- Payment failure via x402 protocol returns 402 status before any data is provided
- Endpoint may return schema placeholder data ('example response') if upstream data pipeline is unavailable
- Vercel cold-start latency may cause occasional timeouts on first request
- No input schema validation documented, so malformed payloads may produce unclear errors

## How this service works

Generated by create next app

## Output

Returns a result object containing smart money analysis data, which may include wallet activity, asset flow signals, accumulation or distribution patterns, and on-chain intelligence derived from high-value wallet behavior.

## 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-smart-money-analysis-d973e465/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)
