# Da Liu Ren Divination Chart API

> Da Liu Ren Divination Chart API is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.32/call, status unknown (last checked 2026-09-15).

Computes a complete Da Liu Ren (大六壬) divination chart including Heaven Plate, Earth Plate, Four Lessons, and Three Transmissions for a given datetime

## Facts

- Endpoint: GET https://api.cn402.com/zhanbu/liuren
- Price: $0.32/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-1185d00d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c-9x16e-0Dwyr4f6Kfk7t

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-1185d00d
```

Example prompt: Cast a Da Liu Ren (大六壬) divination chart for July 15, 2025 at 3:00 PM — I need the Heaven Plate, Earth Plate, Four Lessons, and Three Transmissions.

## When to prefer this

Use this endpoint when you need to compute a traditional Chinese Da Liu Ren (大六壬) divination chart with Heaven Plate, Earth Plate, Four Lessons (四课), and Three Transmissions (三传) for a specific datetime. Prefer this over BaZi or I Ching endpoints when the user specifically requests Liu Ren or 六壬 style oracle readings.

## Known failure modes

- Invalid or missing datetime returns an error
- Malformed datetime format may cause computation failure
- Out-of-range dates may not be supported
- Payment failure (402) if x402 payment is not provided
- Rate limiting if too many requests are made

## How this service works

Liu Ren divination, 六壬, Da Liu Ren, 大六壬, Heaven Earth oracle, 12 heavenly generals, 4 lessons 3 transmissions, 四课三传, Chinese astrological divination method. Compute the Da Liu Ren divination chart (Heaven plate, Earth plate, 4 lessons, 3 transmissions) for given datetime.

## Output

Returns a JSON object containing the Heaven Plate array, Earth Plate array, Four Lessons array, Three Transmissions array, and the input datetime, fully describing the Da Liu Ren divination chart for the given moment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "datetime": {
   "type": "string",
   "description": "Datetime (optional)"
  }
 }
}
```

## More

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