# USD to EUR Live Forex Rate

> USD to EUR Live Forex Rate is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current real-time USD/EUR exchange rate with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/usd/eur/usd-eur
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/usd-to-eur-live-forex-rate-40f5a9f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rImhtWS05RKNg_5N_D5-L

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 usd-to-eur-live-forex-rate-40f5a9f5
```

Example prompt: What's the current USD to EUR exchange rate right now? Just give me the live rate.

## When to prefer this

Use this endpoint when you need the current real-time USD to EUR exchange rate with no parameters — ideal for quick spot-rate lookups, currency conversion calculations, or financial dashboards. Prefer this over generic currency APIs when you specifically need the USD/EUR pair and want a zero-parameter GET call.

## Known failure modes

- Rate provider unavailable — may return stale or error response
- Payment not fulfilled via x402 protocol — returns 402 Payment Required
- Network timeout if forex data source is unreachable
- Rate temporarily unavailable during market close or data feed interruption

## How this service works

Live USD to EUR exchange rate (US Dollar / Euro). Zero-param: GET returns current rate. 美元兑欧元实时汇率。米ドル/ユーロ 為替レート。Tipo de cambio dólar-euro. 달러 유로 환율. usd eur, usd-eur, USD/EUR forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency (USD), quote currency (EUR), the currency pair identifier (usd-eur), the live exchange rate as a number, a timestamp indicating when the rate was last updated, and the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/usd-to-eur-live-forex-rate-40f5a9f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
