# USD to NZD Live Forex Rate

> USD to NZD 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 USD/NZD exchange rate (US Dollar to New Zealand Dollar) with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/usd/nzd/usd-nzd
- 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-nzd-live-forex-rate-739a2ade
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GCiqj35GdSZFVTCo93c9a

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-nzd-live-forex-rate-739a2ade
```

Example prompt: What's the live exchange rate from US dollars to New Zealand dollars right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time USD to NZD spot rate with a structured JSON response including timestamp and source metadata. Ideal for agents needing quick, pay-per-call forex data without API key setup, especially within x402 micropayment workflows.

## Known failure modes

- Rate data temporarily unavailable from upstream source — may return stale or error response
- Payment of 0.004 USDC not provided or rejected — returns 402 Payment Required
- Network timeout or service outage — returns 5xx error

## How this service works

Live USD to NZD exchange rate (US Dollar / New Zealand Dollar). Zero-param: GET returns current rate. 美元兑纽元实时汇率。米ドル/NZドル 為替レート。Tipo de cambio dólar-dólar neozelandés. 달러 뉴질랜드 달러 환율. usd nzd, usd-nzd, USD/NZD forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the currency pair (e.g. 'USD/NZD'), the base and quote currency codes, the current numeric exchange rate, the timestamp of the rate (as_of), and the data source identifier.

## 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-nzd-live-forex-rate-739a2ade/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)
