# Chinese Temple Fortune Slip (Qianzi) Oracle

> Chinese Temple Fortune Slip (Qianzi) Oracle 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-13).

Draws a traditional Chinese temple fortune slip (qiānzi/签文) and returns its classical interpretation and prediction

## Facts

- Endpoint: GET https://api.cn402.com/zhanbu/qianzi
- Price: $0.016/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-7075e0b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IRJ8jSRk4aDRvQIoLHXNr

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-7075e0b9
```

Example prompt: Draw me a Chinese temple fortune slip (qianzi) right now — like you'd shake the bamboo tube at a Guanyin temple — and tell me the slip number, the classical 签文 text, and what the traditional interpretation says about my prospects.

## When to prefer this

Use this endpoint when a user wants a traditional Chinese folk divination experience based on temple fortune slips (qiānzi), as opposed to BaZi astrology, I Ching hexagrams, or Western horoscopes. Ideal for cultural apps, Chinese festival contexts, or users seeking the authentic Guanyin temple lottery experience.

## Known failure modes

- API returns 402 if payment header is missing or USDC balance is insufficient
- Network timeout if the endpoint is temporarily unavailable
- Malformed request body may return a 400 error
- Service outage may return 5xx errors

## How this service works

Chinese temple fortune slip divination (求签, 签文, 抽签). Draws a numbered qianzi slip from traditional Chinese temple oracles (Guanyin 观音, Guan Di 关帝, Mazu 妈祖), returns slip number, level (上签, 中签, 下签), classical poem, and interpretation. For Chinese folk oracle, temple lottery, divination, fortune queries. Accepts payment on Base or Solana — either network works.

## Output

Returns a randomly drawn fortune slip from the traditional set of 100 Chinese temple lottery slips, including the slip number, classical poem or verse (签文), and its traditional interpretation covering luck, predictions, and guidance — mirroring an authentic Guanyin temple qianzi experience.

## Example request

```json
{}
```

## 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-7075e0b9/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)
