# Business Feng Shui Direction & Wealth Corner Advisor

> Business Feng Shui Direction & Wealth Corner Advisor is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Recommends the most auspicious door-facing direction and wealth corner (财位) for a business based on the owner's kua number and business type

## Facts

- Endpoint: GET https://api.cn402.com/fengshui/business-direction
- Price: $0.08/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-f2d7af15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3HPHXP8Hv6mZyWww-x2sS

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

Example prompt: I'm opening a bakery and I'm a male born in 1985 — can you use feng shui to tell me the most auspicious direction my shop door should face and where my wealth corner (财位) is?

## When to prefer this

Use this endpoint when you need a culturally grounded Feng Shui recommendation specifically for commercial or business premises — door facing direction and wealth corner — based on the Eight Mansions (八宅) system and owner's kua number. Prefer this over generic feng shui endpoints when the user explicitly wants business/shop/commercial premises advice rather than residential.

## Known failure modes

- Invalid or missing kua number returns a 400 error
- Unsupported business type may return a generic recommendation or error
- Missing gender or birth year prevents kua calculation
- Payment of 0.08 USDC required via x402 protocol; payment failure returns 402

## How this service works

Business direction, shop entrance Feng Shui, 商铺方向, store door direction, business luck direction, 财位, wealth direction, 旺财方位, commercial Feng Shui, where to face shop. Recommend the most auspicious door-facing direction and wealth corner for a business based on owner's kua and business type.

## Output

Returns the recommended auspicious door-facing direction and wealth corner (财位) for the business, based on the owner's kua number and business type, along with supporting feng shui rationale.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "birth": {
   "type": "string",
   "description": "Birth (optional)"
  },
  "gender": {
   "type": "string",
   "description": "Gender (optional)"
  }
 }
}
```

## More

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