# CelerAPI FX Convert

> CelerAPI FX Convert is a paid API for AI agents from www.celerapi.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Converts a monetary amount from one currency to another using live European Central Bank reference exchange rates

## Facts

- Endpoint: GET https://www.celerapi.com/v1/fx/convert
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/celerapi-fx-convert-4466dc40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eElRpBINDerikmMyAdeIS

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 celerapi-fx-convert-4466dc40
```

Example prompt: Convert 500 US dollars to euros using the latest ECB reference rate and tell me how much I'd get.

## When to prefer this

Choose this endpoint when you need live, authoritative ECB-sourced FX rates with provenance metadata, at minimal cost ($0.001 USDC per call) and with no API key or subscription required. Prefer it over generic currency APIs when ECB reference rates are acceptable (business/official use cases) and when you need machine-readable structured output with full license and freshness transparency. Not ideal for retail FX rates that include bank spreads or for real-time trading where millisecond precision matters.

## Known failure modes

- Unsupported or invalid currency codes return an error or empty data
- ECB reference rates may not be available on weekends/holidays, potentially returning stale or incomplete data
- Network or upstream Frankfurter API unavailability causes failure
- Missing required query parameters (source, target, or amount) result in a bad request error
- Exotic or minor currency pairs not covered by ECB may not be supported

## How this service works

Resolve companies, legal entities and financial reference data using authoritative sources. Machine-native, pay per request, no subscription.

## Output

A JSON object containing the converted amount and related exchange rate data, sourced live from the European Central Bank via Frankfurter. The response includes a 'data' object with conversion results, a 'success' boolean, a 'complete' flag, any warnings, and full provenance metadata including the source (ECB reference rates), license, provider name (frankfurter), freshness indicator, and source URL.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "complete": true,
  "warnings": [],
  "provenance": {
   "source": "European Central Bank reference rates via Frankfurter",
   "license": "Frankfurter MIT; underlying ECB terms apply",
   "provider": "frankfurter",
   "freshness": "live",
   "source_url": "https://api.frankfurter.dev"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/celerapi-fx-convert-4466dc40/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.celerapi.com](https://www.zero.xyz/host/www.celerapi.com/llms.txt)
