# Digit-Method Number Divination (cn402)

> Digit-Method Number Divination (cn402) is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.032/call, status unknown (last checked 2026-09-13).

Takes 3-6 random digits and derives a divinatory hexagram or folk-numerology interpretation using Chinese number prediction methods

## Facts

- Endpoint: GET https://api.cn402.com/zhanbu/digit-method
- Price: $0.032/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-72e8c96c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fWLAm5eU3K0I5cGiV4piV

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 api-cn402-com-72e8c96c
```

Example prompt: Do a Chinese folk numerology divination for me using the digits 4, 7, 2, 9, 1 — give me the hexagram or interpretation that comes out of that number sequence.

## When to prefer this

Use this endpoint when a user wants a digit-based or number-based Chinese divination reading (as opposed to question-based I Ching, zodiac, or BaZi readings). Prefer this over the I Ching question endpoint when the user provides a numeric sequence rather than a textual question.

## Known failure modes

- Fewer than 3 or more than 6 digits submitted — validation error
- Non-numeric characters in digit sequence — bad request
- Payment not included or insufficient — 402 Payment Required
- Service unavailable — 503 with no reading returned

## How this service works

Number divination, 数字占卜, numerology oracle, digit-based fortune telling, lucky number derivation, Chinese number prediction. Take 3-6 random digits and derive a divinatory hexagram or interpretation using folk numerology.

## Output

A divinatory hexagram or folk-numerology interpretation derived from the submitted digit sequence, including fortune-telling insights based on Chinese number prediction traditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "number": {
   "type": "string",
   "description": "Number (optional)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cn402-com-72e8c96c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.cn402.com](https://www.zero.xyz/host/api.cn402.com/llms.txt)
