# clonecho FX Rates

> clonecho FX Rates is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns live foreign-exchange rates for all currencies relative to a specified base currency (e.g. USD).

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/fx-rates
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-fx-rates-eb2dbea5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CCDCTYOIMmZq3frG9b9TT

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 clonecho-fx-rates-eb2dbea5 -d '<json body>'
```

Example prompt: What are the current live exchange rates for all major currencies using USD as the base?

## When to prefer this

Use this endpoint when you need real-time foreign exchange rates relative to a specific base currency in a lightweight JSON format, especially in agentic or automated workflows that support x402 micropayments. Prefer this over scraping or free-tier APIs when freshness and reliability matter and cost per call is acceptable at $0.01 USDC.

## Known failure modes

- Invalid base currency code returns an error or empty result
- Network or upstream FX data source outage may return stale or no data
- Missing ?base= parameter may default to a currency or return an error
- Payment not processed (402) if x402 header is missing or insufficient

## How this service works

Live foreign-exchange rates from a base currency (?base=USD). Live. Returns JSON.

## Output

A JSON object containing live exchange rates for all available currencies relative to the specified base currency (e.g. USD), with currency codes as keys and rate values as numbers.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-fx-rates-eb2dbea5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
