# BaseBrain AI Chainsight Endpoint

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

Processes AI-powered chain analysis or insight queries via the BaseBrain platform's Chainsight module

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/chainsight
- Price: $0.05/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-chainsight-endpoint-2f7eeed8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9WvxHGv8SUr2X8h0e9S9W

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-chainsight-endpoint-2f7eeed8 -d '<json body>'
```

Example prompt: Run a chainsight analysis on BaseBrain AI and give me the latest results from the chain data query.

## When to prefer this

Choose this endpoint when you need AI-powered blockchain or chain data analysis via the BaseBrain platform's Chainsight module and are operating in an x402 micropayment context. It is best suited for agents that can handle pay-per-call USDC micropayments and need on-demand chain insights without a long-term subscription.

## Known failure modes

- Missing or malformed request body returns an error
- Payment of $0.05 USDC not provided causes 402 Payment Required
- Upstream AI model timeout may return a 5xx error
- Invalid or empty 'result' object in request may return unexpected output
- Rate limiting may occur under high request volume

## How this service works

Generated by create next app

## Output

Returns a JSON object with a 'result' field containing the AI-generated chain analysis or insight data from the Chainsight module, structured as an API response payload.

## 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-chainsight-endpoint-2f7eeed8/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)
