# Tenjin Macro Regime Weekly #3 (2026-08-17)

> Tenjin Macro Regime Weekly #3 (2026-08-17) 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).

Retrieves a specific paid macro regime analysis note covering the week of 2026-08-10 to 2026-08-17, focusing on Federal Reserve hike pricing collapse and yield curve dynamics.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/regime-notes/macro-regime-weekly-3-2026-08-17-the-hike-bid-broke-and-the-long-end-refused-to
- 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-macro-regime-weekly-3-2026-08-17-e6ccf6f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TtLTpZGOz43LVS4eVSYpa

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-macro-regime-weekly-3-2026-08-17-e6ccf6f0
```

Example prompt: Pull up the Tenjin Macro Regime Weekly note from August 17, 2026 — the one about the hike bid breaking and the long end refusing to confirm it — slug is macro-regime-weekly-3-2026-08-17-the-hike-bid-broke-and-the-long-end-refused-to, creator handle is regime-notes.

## When to prefer this

Choose this endpoint when you need the specific Tenjin Macro Regime Weekly #3 article dated 2026-08-17 covering hike pricing collapse and yield curve behavior. It is the canonical paid-access route to this exact piece of primary-sourced macro analysis, useful when an agent or researcher needs verified, cited macroeconomic regime commentary rather than raw data feeds or general news aggregation.

## Known failure modes

- Payment of 0.1 USDC not provided or fails — 402 Payment Required returned
- Invalid handle or slug combination — article not found (404)
- Slug reserved value 'latest' used with handle instead of wallet address — not payable
- Article not yet published — content unavailable
- Network timeout or service unavailability

## How this service works

Macro Regime Weekly #3, 2026-08-17: The Hike Bid Broke, and the Long End Refused to Confirm It. As of 2026-08-17. Covers 2026-08-10 through 2026-08-17. Every figure below carries its source and print date. Where a number could not be verified at primary level, it says so. September hike pricing fell from roughly 52 percent to roughly 30 percent, and the thing that killed it was not the inflation print everyone watched. It was consumption. Meanwhile the long end of the curve declined to ratify any of it: the 30-year closed 2026-08-14 at exactly where it closed 2026-08-10, and 2s10s steepene

## Output

The full text of a sourced, verified macro regime weekly analysis article, including cited data points on Federal Reserve hike probability movements, yield curve dynamics (2s10s steepening, 30-year treasury levels), consumption data, and inflation print context for the week of 2026-08-10 through 2026-08-17. Each figure carries its source and print date.

## 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-macro-regime-weekly-3-2026-08-17-e6ccf6f0/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)
