# AUD/USD Live Forex Rate

> AUD/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 live exchange rate from Australian Dollar (AUD) to US Dollar (USD) with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/aud/usd/aud-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/aud-usd-live-forex-rate-d8283f9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_In9RrRpcwfs2Ji3y--kcg

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-usd-live-forex-rate-d8283f9d
```

Example prompt: What's the current Australian dollar to US dollar exchange rate right now?

## When to prefer this

Use this endpoint when you need a real-time, zero-parameter AUD to USD forex rate with a simple GET call. Ideal for agents that need to quickly convert Australian dollar amounts to USD or display current exchange rates without managing any query parameters.

## Known failure modes

- Rate feed temporarily unavailable — upstream forex data source may be down
- Network timeout if the provider is slow to respond
- HTTP 402 payment required if USDC payment is not properly handled
- Stale rate returned if the source has not refreshed recently

## How this service works

Live AUD to USD exchange rate (Australian Dollar / US Dollar). Zero-param: GET returns current rate. 澳元兑美元实时汇率。豪ドル/米ドル 為替レート。Tipo de cambio dólar australiano-dólar. 호주 달러 달러 환율. aud usd, aud-usd, AUD/USD forex quote.

## Output

Returns a JSON object containing the currency pair (e.g. 'AUD/USD'), the base currency, the quote currency, the live numeric exchange rate, the timestamp of the rate (as_of), 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/aud-usd-live-forex-rate-d8283f9d/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)
