# exchangerate.host Live Exchange Rates

> exchangerate.host Live Exchange Rates is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches live foreign exchange rates for one or more currency pairs from a specified source currency

## Facts

- Endpoint: GET https://gateway.apiosk.com/exchangerate-host/live
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/exchangerate-host-live-exchange-rates-63ab69fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-7JKRvCaGjERcUd643oD-

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 exchangerate-host-live-exchange-rates-63ab69fe
```

Example prompt: What are the live exchange rates from USD to EUR, GBP, and JPY right now?

## When to prefer this

Use this endpoint when you need real-time or live foreign exchange rates for one or many currency pairs simultaneously, especially when integrating with a pay-per-call x402 workflow on Base. Prefer this over cached or daily-updated FX sources when currency freshness matters for pricing, conversion, or portfolio decisions.

## Known failure modes

- Invalid currency code returns error or empty rate
- Unsupported source currency may return error
- Network timeout from upstream exchangerate.host service
- Malformed currencies parameter (e.g. incorrect comma-separation) returns error
- Rate limiting or payment failure results in HTTP 402

## How this service works

Live exchange-rate quotes. Optional source + currencies filter.

## Output

Returns live exchange rate data including the conversion rates for each requested currency pair relative to the specified source currency, along with timestamp and metadata about the quote.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/exchangerate-host-live-exchange-rates-63ab69fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
