# EUR/JPY Live Forex Rate

> EUR/JPY 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 live exchange rate for Euro to Japanese Yen (EUR/JPY).

## Facts

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

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-jpy-live-forex-rate-dd9151c3
```

Example prompt: What's the current EUR/JPY exchange rate — how many Japanese Yen is one Euro worth right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time EUR/JPY forex quote with a structured JSON response including timestamp and source. Ideal for agents needing a quick, single currency pair lookup without constructing complex query parameters.

## Known failure modes

- Rate data temporarily unavailable from upstream source — service may return an error or stale data
- Network timeout if the provider's data feed is slow
- Payment failure (402) if USDC payment is not included or insufficient

## How this service works

Live EUR to JPY exchange rate (Euro / Japanese Yen). Zero-param: GET returns current rate. 欧元兑日元实时汇率。ユーロ/円 為替レート。Tipo de cambio euro-yen. 유로 엔 환율. eur jpy, eur-jpy, EUR/JPY forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency (EUR), quote currency (JPY), currency pair identifier (eur-jpy), the live exchange rate as a number, a timestamp (as_of), 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-jpy-live-forex-rate-dd9151c3/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)
