# HKD to CNY Live Exchange Rate

> HKD to CNY Live Exchange 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 real-time exchange rate from Hong Kong Dollar (HKD) to Chinese Yuan (CNY) with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/hkd/cny/hkd-cny
- 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/hkd-to-cny-live-exchange-rate-58c3fc3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0uXRE65an5xyXkOf9AY1u

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 hkd-to-cny-live-exchange-rate-58c3fc3e
```

Example prompt: What's the live exchange rate from Hong Kong dollars to Chinese yuan right now?

## When to prefer this

Use this endpoint when you specifically need a zero-parameter real-time HKD/CNY exchange rate with a simple GET call and can pay micro-fees in USDC via x402. Prefer it over general-purpose forex APIs when you want a lightweight, per-call paid endpoint focused on Hong Kong Dollar to Chinese Yuan without needing authentication setup.

## Known failure modes

- Rate source unavailable — upstream forex feed may be down, returning 5xx
- Stale rate if source data is delayed — check 'as_of' field for freshness
- Payment failure — x402 payment of $0.004 USDC must succeed before response is returned
- Network timeout if the endpoint is temporarily unreachable

## How this service works

Live HKD to CNY exchange rate (Hong Kong Dollar / Chinese Yuan). Zero-param: GET returns current rate. 港币兑人民币实时汇率。香港ドル/人民元 為替レート。Tipo de cambio dólar de Hong Kong-yuan. 홍콩 달러 위안 환율. hkd cny, hkd-cny, HKD/CNY forex quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the currency pair identifier (e.g. 'hkd-cny'), the base currency ('HKD'), the quote currency ('CNY'), the current numeric exchange rate, the timestamp of the rate ('as_of'), and the data source label.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hkd-to-cny-live-exchange-rate-58c3fc3e/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)
