# JPY/AUD Live Forex Rate

> JPY/AUD 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 from Japanese Yen (JPY) to Australian Dollar (AUD) with no parameters required.

## Facts

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

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 jpy-aud-live-forex-rate-53a3c3f4
```

Example prompt: What's the current exchange rate from Japanese yen to Australian dollars? I need the live JPY/AUD rate right now.

## When to prefer this

Use this endpoint when you need the current live JPY-to-AUD exchange rate with no parameters — ideal for quick forex lookups, currency conversion calculations, or financial dashboards monitoring yen vs Australian dollar. Prefer this over general-purpose currency APIs when you specifically need this pair and want a zero-parameter, pay-per-call REST call with a clean structured response.

## Known failure modes

- Rate data temporarily unavailable from upstream source, returning stale or error response
- Network timeout if the data provider is unreachable
- Payment failure (x402 micropayment not settled), returning 402 status
- Malformed response if the forex feed experiences issues

## How this service works

Live JPY to AUD exchange rate (Japanese Yen / Australian Dollar). Zero-param: GET returns current rate. 日元兑澳元实时汇率。円/豪ドル 為替レート。Tipo de cambio yen-dólar australiano. 엔 호주 달러 환율. jpy aud, jpy-aud, JPY/AUD forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency ('JPY'), quote currency ('AUD'), the currency pair identifier ('JPY/AUD'), the live numeric exchange rate, a timestamp indicating when the rate was last updated, and the data source attribution.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jpy-aud-live-forex-rate-53a3c3f4/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)
