# Tenjin Stablecoin Ledger Diverged After July 8 Break

> Tenjin Stablecoin Ledger Diverged After July 8 Break 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 a weekly DeFi synthesis article covering DeFiLlama stablecoin chart rows, asset snapshots, chain fields, and fees from July 6–13 with analysis of the post-July-8 divergence.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-ledger-diverged-after-the-july-8-break
- 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-stablecoin-ledger-diverged-after-july-8-break-443f5b5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pkArtmL8wU66ODIMu_Yy1

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-stablecoin-ledger-diverged-after-july-8-break-443f5b5f
```

Example prompt: Pull the Tenjin onchain notes article about the stablecoin ledger divergence that happened after the July 8 break — I want the DeFiLlama chart rows, asset snapshots, chain fields, and fees synthesized for the July 6–13 window.

## When to prefer this

Choose this endpoint when you need the specific Tenjin weekly synthesis covering DeFiLlama stablecoin data for July 6–13 and the post-July-8 divergence analysis. It is a targeted, paid content retrieval for a fixed article rather than a live data feed or general stablecoin query tool.

## Known failure modes

- Slug or handle mismatch returns 404 not found
- Payment of 0.1 USDC not submitted results in 402 Payment Required
- Article content may be stale or unavailable if unpublished
- Network timeout if the Tenjin blog is unreachable
- Invalid handle format causes request rejection

## How this service works

A weekly synthesis of DeFiLlama stablecoin chart rows, asset snapshots, chain fields, and fees from July 6 through July 13.

## Output

A fully rendered weekly synthesis article containing DeFiLlama stablecoin chart rows, asset snapshots, chain-level fields, and fee data for July 6–13, with editorial analysis of the divergence observed after July 8.

## 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-stablecoin-ledger-diverged-after-july-8-break-443f5b5f/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)
