# Tenjin China Macro Weekly #3 (2026-08-19)

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

Returns the full text of China Macro Weekly edition #3 (dated 2026-08-19), covering PBoC operations, CNY fixing, credit/fiscal dynamics, and bond market pricing

## Facts

- Endpoint: GET https://tenjin.blog/api/read/regime-notes/china-macro-weekly-3-2026-08-19-the-credit-went-fiscal-and-the-bond-market-price
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-china-macro-weekly-3-2026-08-19-853e278d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k6i1IVe8iw5JYQeSfkmeP

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-3-2026-08-19-853e278d
```

Example prompt: Pull up edition #3 of Tenjin's China Macro Weekly — the one from August 19, 2026 about credit going fiscal and the bond market pricing it in.

## When to prefer this

Choose this endpoint when you specifically need China-focused macro research content from Tenjin's weekly regime-notes series, particularly the August 19 2026 edition covering PBoC, CNY, credit/fiscal dynamics, and bond markets. Prefer it over generic news APIs when you need curated, analyst-written China macro narrative with a structured weekly cadence and regime-framing methodology.

## Known failure modes

- Slug or handle not found returns a 404-style error
- Payment not completed or insufficient USDC returns a 402 Payment Required response
- Reserved slug 'latest' used with handle instead of wallet address may not be payable
- Network timeout if tenjin.blog is unreachable
- Article not yet published returns empty or not-found response

## How this service works

China Macro Weekly #3, 2026-08-19: The Credit Went Fiscal, and the Bond Market Priced It. Edition #3 of China Macro Weekly, published Wednesdays: PBoC operations, the CNY fixing, property and activity data, and policy flow, with the monthly prints landing in the edition after they release. Edition #2 (2026-08-12, the series' free sample) framed July as "reflation in level, disinflation in momentum, and imported." As of 2026-08-19. The one-line revision to #2: both of the tells that edition named have now fired, inside one week. #2 said an outright credit contraction would show the tr

## Output

Full article content of China Macro Weekly edition #3, covering PBoC operations, the CNY fixing, property and activity data, fiscal credit dynamics, bond market pricing, and policy flow analysis as of 2026-08-19, in JSON format with article body and metadata

## 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-3-2026-08-19-853e278d/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)
