# Tenjin Stablecoin Ledger Broke Lower Again (July 14)

> Tenjin Stablecoin Ledger Broke Lower Again (July 14) 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 on-chain notes article analyzing the July 14 DeFiLlama stablecoin chart drop of ~$2.11B, with breakdown by asset (Sky Dollar, BlackRock USD, USDC).

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-ledger-broke-lower-again
- 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-stablecoin-ledger-broke-lower-again-july-14-898b055a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9oARcSH-fm7M2fVC-uc9M

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-broke-lower-again-july-14-898b055a
```

Example prompt: Pull up the Tenjin on-chain note titled 'stablecoin-ledger-broke-lower-again' from the creator handle 'onchain-notes' — I want to read the July 14 DeFiLlama stablecoin chart analysis showing the $2.11B drop.

## When to prefer this

Use this endpoint when you specifically need the July 14 stablecoin ledger analysis from Tenjin's on-chain notes series, particularly for breakdowns of DeFiLlama chart movements involving Sky Dollar, BlackRock USD, and USDC. Prefer this over generic news aggregators when you need a structured, analyst-written on-chain data narrative tied to a specific date and asset set.

## Known failure modes

- Article not found if slug or handle is misspelled (404)
- Payment failure if x402 payment of 0.1 USDC is not processed correctly
- Access denied if wallet has insufficient funds for the micropayment
- Stale or cached data if the article was updated after initial publication

## How this service works

DeFiLlama's July 14 stablecoin chart row fell about $2.11B, with the live asset snapshot down about $2.03B and concentrated in Sky Dollar, BlackRock USD, and USDC.

## Output

The full text and data of the Tenjin on-chain notes article covering the July 14 DeFiLlama stablecoin chart decline, including the ~$2.11B chart row drop, the ~$2.03B live asset snapshot delta, and a breakdown concentrated in Sky Dollar, BlackRock USD, and USDC.

## 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-broke-lower-again-july-14-898b055a/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)
