# EUR/USD Live Forex Rate

> EUR/USD 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 EUR to USD exchange rate with timestamp and source metadata

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/eur/usd/eur-usd
- 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/eur-usd-live-forex-rate-06313aba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i6iquicgunrWaZJ2K1Mrp

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 eur-usd-live-forex-rate-06313aba
```

Example prompt: What's the live EUR/USD exchange rate right now? I need the current euro to US dollar rate including when it was last updated and where the data comes from.

## When to prefer this

Use this endpoint when you need a no-parameter, zero-configuration real-time EUR/USD forex quote with structured metadata including timestamp and source. Ideal for quick currency lookups, conversion calculations, or rate monitoring pipelines where EUR/USD is the specific pair needed.

## Known failure modes

- Rate data temporarily unavailable from upstream forex source — may return stale or error response
- Network timeout if the upstream price feed is slow or unresponsive
- HTTP 402 Payment Required if USDC payment header is missing or insufficient
- Malformed response if the forex data provider returns unexpected format

## How this service works

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

## Output

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

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eur-usd-live-forex-rate-06313aba/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)
