# CNY to HKD Live Exchange Rate

> CNY to HKD 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 for Chinese Yuan (CNY) to Hong Kong Dollar (HKD) with no input parameters required.

## Facts

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

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

Example prompt: What's the current exchange rate from Chinese Yuan to Hong Kong Dollar right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time CNY/HKD forex quote without constructing any request body or query parameters. Ideal for agents that need the current yuan-to-Hong-Kong-dollar rate instantly as part of currency conversion workflows, financial dashboards, or cross-border payment calculations involving mainland China and Hong Kong.

## Known failure modes

- Rate data temporarily unavailable from upstream provider — service may return error or stale data
- Payment of $0.004 USDC not fulfilled — HTTP 402 response blocking access
- Network timeout reaching api.x402node.dev
- Rate limit exceeded for the endpoint

## How this service works

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

## Output

Returns a JSON object with the base currency (CNY), quote currency (HKD), the live exchange rate as a number, the currency pair string, the timestamp of the rate (as_of), 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/cny-to-hkd-live-exchange-rate-f79f99f8/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)
