# BaseBrain AI Exchange Rates

> BaseBrain AI Exchange Rates 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-15).

Returns currency exchange rates via a paid API endpoint

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/exchange-rates
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-ai-exchange-rates-a6f85a74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2o9ONoD1MnF8L72aIz6vG

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-exchange-rates-a6f85a74 -d '<json body>'
```

Example prompt: Can you fetch the current exchange rate between USD and EUR for me?

## When to prefer this

Use this endpoint when you need programmatic access to currency exchange rates and are operating in a pay-per-call x402 payment context. It is suitable for lightweight, on-demand forex lookups where you do not need a dedicated subscription to a major forex data provider.

## Known failure modes

- Invalid or unsupported currency pair returns an error
- Payment not processed (402) if USDC payment is not included
- Malformed request body returns a validation error
- Upstream exchange rate provider unavailable causes service errors
- Rate limiting if too many requests are made in a short period

## How this service works

Generated by create next app

## Output

Returns an object containing exchange rate data, including rate values for the requested currency pair or pairs. The response wraps the data in a result object with currency conversion information.

## 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-exchange-rates-a6f85a74/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)
