# I Ching Line Text & Meaning (Yao Ci)

> I Ching Line Text & Meaning (Yao Ci) 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-14).

Returns the classical text and interpretation for a specific line (1–6) of a specific I Ching hexagram.

## Facts

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

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-fb82c5b5
```

Example prompt: What does the fourth line (六四) of hexagram 36 say in the I Ching — give me the yao ci text and its meaning.

## When to prefer this

Use this endpoint when you need the text and meaning of a single specific line within an I Ching hexagram — for example during a divination reading where a changing line has been identified and you need its precise yao ci interpretation. Prefer this over the full hexagram analysis endpoint when you only need one line, not the entire hexagram structure.

## Known failure modes

- Invalid hexagram number (outside 1–64) returns an error
- Invalid line position (outside 1–6) returns an error
- Missing required parameters returns a validation error
- Network timeout or service unavailability returns a 5xx error

## How this service works

I Ching line meaning, 爻辞, individual line text, yao ci, hexagram line by line, 初九 九二 九三, I Ching line interpretation. Get the text and meaning of a specific line (1-6) of a specific hexagram. Accepts payment on Base or Solana — either network works.

## Output

Returns the classical Chinese yao ci text for the requested line position within the specified hexagram, along with the line's positional name (e.g. 初九, 九二) and its interpretation or meaning.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "gua": {
   "type": "string",
   "description": "Gua (required)"
  },
  "yao": {
   "type": "string",
   "description": "Yao (required)"
  }
 }
}
```

## More

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