# I Ching Hexagram Lookup by Number

> I Ching Hexagram Lookup by Number is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.016/call, status unknown (last checked 2026-09-15).

Returns the full traditional interpretation of a specific I Ching (Yijing) hexagram given its number (1-64) in the King Wen sequence.

## Facts

- Endpoint: GET https://api.cn402.com/iching/hexagram
- Price: $0.016/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-576d0ff7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B95VXZV99ECcvWR_ieBkw

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-576d0ff7
```

Example prompt: What is the traditional I Ching meaning of hexagram number 23 — give me its full interpretation including name and symbolism.

## When to prefer this

Use this endpoint when you need a reference lookup of a specific I Ching hexagram by its King Wen sequence number (1-64) and want its full traditional name and interpretation. Prefer this over the divination-by-question endpoint when you already know the hexagram number and just need its meaning, not a contextual reading for a specific question.

## Known failure modes

- Hexagram number out of range (not 1-64) returns an error
- Missing required number parameter returns a validation error
- Invalid input type (non-integer) returns a parsing error
- Network timeout if service is temporarily unavailable

## How this service works

I Ching hexagram lookup, 卦象查询, 64 hexagrams reference, Yijing gua by number, King Wen sequence, Qian Kun Zhun Meng, 乾坤屯蒙, hexagram meaning, hexagram name. Look up a specific I Ching hexagram by number (1-64) and get its full traditional interpretation. Accepts payment on Base or Solana — either network works.

## Output

Returns the full traditional interpretation of the requested hexagram, including its Chinese name (e.g. 乾, 坤, 屯), King Wen sequence number, symbolic meaning, and classical commentary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "num": {
   "type": "string",
   "description": "Num (required)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cn402-com-576d0ff7/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)
