# AUD/JPY Live Forex Rate

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

## Facts

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

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 aud-jpy-live-forex-rate-3e5f66df
```

Example prompt: What's the live AUD to JPY exchange rate right now — how many Japanese Yen is one Australian Dollar worth?

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time AUD/JPY forex quote without any currency conversion math — ideal for displaying live rates, seeding conversion calculations, or monitoring the Australian Dollar against the Japanese Yen. Prefer this over generic multi-pair endpoints when you specifically need the AUD/JPY pair with a simple GET call.

## Known failure modes

- Rate data temporarily unavailable from upstream source — may return stale or error response
- Network timeout if the upstream forex feed is slow
- 402 Payment Required if USDC payment is not included or insufficient
- Invalid response if the pair feed is down for maintenance

## How this service works

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

## Output

A JSON object containing the currency pair identifier (e.g. 'AUD/JPY'), the base currency ('AUD'), the quote currency ('JPY'), the current numeric exchange rate, a timestamp indicating when the rate was last updated, 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/aud-jpy-live-forex-rate-3e5f66df/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)
