# USD to AUD Live Forex Rate

> USD to 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 USD/AUD exchange rate (US Dollar to Australian Dollar) as a real-time forex quote with no input parameters required.

## Facts

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

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 usd-to-aud-live-forex-rate-70773b02
```

Example prompt: What's the current exchange rate from US dollars to Australian dollars — give me the live rate right now.

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time USD/AUD exchange rate quote without needing to specify any currency codes in the request — it is purpose-built for this single currency pair and returns a structured response with timestamp and source metadata. Prefer this over generic multi-currency forex APIs when you specifically need USD to AUD and want minimal request overhead.

## Known failure modes

- Upstream forex data provider unavailable — may return stale or error response
- Rate limit exceeded for the paid endpoint — returns 402 or 429 error
- Network timeout from the x402node API server
- Payment not processed correctly via x402 protocol — returns 402 Payment Required

## How this service works

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

## Output

A JSON object containing the currency pair (e.g. 'usd-aud'), the base currency ('usd'), the quote currency ('aud'), the current numeric exchange rate, an 'as_of' timestamp indicating when the rate was fetched, and the data source identifier.

## Example request

```json
{
 "top": "10"
}
```

## Request schema (JSON Schema)

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

## More

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