# Tenjin China Macro Weekly #1 (2026-08-07)

> Tenjin China Macro Weekly #1 (2026-08-07) is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the full text of China Macro Weekly edition #1 (2026-08-07), covering PBoC open market operations, currency fixing, property and freight data, and policy flow between NBS monthly prints.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/regime-notes/china-macro-weekly-1-2026-08-07-reflation-arrived-from-outside-and-the-stimulus
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-china-macro-weekly-1-2026-08-07-26de8e24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TX-GHV3Jq08YnWFciVyo2

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 tenjin-china-macro-weekly-1-2026-08-07-26de8e24
```

Example prompt: Fetch me the Tenjin China Macro Weekly edition from August 7 2026 — the one titled 'Reflation Arrived From Outside, and the Stimulus Never Did'.

## When to prefer this

Choose this endpoint when you need the specific Tenjin China Macro Weekly edition #1 from 2026-08-07 — particularly for PBoC operations, CNY fixing, high-frequency China property and freight data, and policy analysis between NBS monthly prints. Prefer this over general financial news APIs when you want a curated, analyst-authored weekly digest specifically focused on China macro at a granular policy level, delivered via x402 micropayment.

## Known failure modes

- 402 Payment Required if the x402 micropayment of $0.10 USDC is not provided or fails
- 404 Not Found if the slug or handle does not match a published article
- 403 Forbidden if the wallet address used for payment is unauthorized
- Stale or incomplete content if accessed before the full edition is published
- Slug resolution failure if a non-canonical slug variant is used

## How this service works

China Macro Weekly #1, 2026-08-07: Reflation Arrived From Outside, and the Stimulus Never Did. Edition #1 of China Macro Weekly: a new dated edition every Wednesday, tracking the PBoC's open market operations, the currency fixing, high-frequency property and freight data and the policy flow between the monthly National Bureau of Statistics prints, and landing those prints in the edition that follows them. Edition #2 will be free, so you can judge a full edition before paying for the ones after it. As of 2026-08-07. The annual policy settings in here (growth target, deficit ratio, bond quo

## Output

The full article content of China Macro Weekly edition #1 (dated 2026-08-07), including analysis of PBoC open market operations, the CNY fixing, high-frequency property and freight indicators, policy flow commentary, and annual policy settings such as growth targets, deficit ratios, and bond quotas — returned as a structured object with article type and content body.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-china-macro-weekly-1-2026-08-07-26de8e24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
