# x402-data-bazaar Exchange Rates (USD Base)

> x402-data-bazaar Exchange Rates (USD Base) is a paid API for AI agents from x402-data-bazaar.vercel.app, paid per call via x402, $0.003/call, status down (last checked 2026-09-15).

Returns current exchange rates for all currencies relative to USD as the base currency

## Facts

- Endpoint: POST https://x402-data-bazaar.vercel.app/api/exchange-rates/USD
- Price: $0.003/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-data-bazaar-vercel-app-5b4e8e14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M02_toXZ5pqRZ014FdZ6o

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 x402-data-bazaar-vercel-app-5b4e8e14 -d '<json body>'
```

Example prompt: What are the current exchange rates for USD against all major currencies — I need to know how many euros, pounds, yen, and Canadian dollars one US dollar buys right now.

## When to prefer this

Use this endpoint when you need a broad snapshot of USD exchange rates against multiple currencies at once, rather than a single-pair conversion quote. Prefer this over the FX conversion endpoint when you need a full rate table rather than a computed converted amount for a specific transaction.

## Known failure modes

- Upstream FX data source unavailable, returning stale or error response
- Rate limit exceeded on the underlying data provider
- Payment not processed or x402 authorization missing, returning 402 error
- Invalid or malformed request returning 400 or 500 error

## Output

A set of exchange rates using USD as the base currency, showing the mid-market conversion rate for each target currency available in the feed.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-data-bazaar-vercel-app-5b4e8e14/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-data-bazaar.vercel.app](https://www.zero.xyz/host/x402-data-bazaar.vercel.app/llms.txt)
