# Coockies.ai Exchange Convert API

> Coockies.ai Exchange Convert API is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.183689/call, status unknown (last checked 2026-09-13).

Converts amounts between currencies or cryptocurrencies using real-time exchange rates

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/exchange-convert
- Price: $0.183689/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-exchange-convert-api-58387131
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0OXRWM6mlISP65mw183tS

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 coockies-ai-exchange-convert-api-58387131 -d '<json body>'
```

Example prompt: Convert 500 USD to EUR and tell me how much I'd get at the current exchange rate.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call currency or crypto conversion without managing your own exchange rate data feeds. It is well suited for agents that occasionally need real-time conversions across fiat and crypto pairs without subscribing to a dedicated forex API.

## Known failure modes

- Invalid or unsupported currency pair returns an error response
- Missing required conversion parameters results in a 400-level error
- Unavailable exchange rate data for exotic pairs may return null or error
- Network or upstream provider failure causes a 500-level error
- Malformed input schema returns validation error

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing the converted amount and relevant exchange rate data between the specified source and target currencies or crypto assets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response 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/coockies-ai-exchange-convert-api-58387131/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
