# tenjin.blog – Stablecoin Ledger Held Near the July Low

> tenjin.blog – Stablecoin Ledger Held Near the July Low 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 pay-per-read article text about stablecoin supply dynamics near the July low, including DeFiLlama chart analysis and USDX snapshot commentary.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-ledger-held-near-the-july-low
- 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-blog-stablecoin-ledger-held-near-the-july-low-d716e664
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bkl8xvrYO4sTGTYPItRua

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-blog-stablecoin-ledger-held-near-the-july-low-d716e664
```

Example prompt: Fetch me the full tenjin.blog article 'stablecoin-ledger-held-near-the-july-low' from the creator handle 'onchain-notes' — I want to read the DeFiLlama stablecoin chart breakdown and see what happened to supply around July 13-20.

## When to prefer this

Use this endpoint when you specifically need the full text of this tenjin.blog article about stablecoin supply conditions near the July low, particularly for DeFiLlama chart data, USDX asset table snapshots, and weekend fee analysis. Prefer this over general crypto news APIs when you need the exact narrative and data from this independent publisher's paid piece.

## Known failure modes

- Payment not provided or rejected (x402 challenge not met) — article text withheld, payment prompt returned
- Invalid slug — article not found, 404-equivalent response
- Invalid or unrecognized handle — creator not found
- Network or server error — transient failure, retry recommended

## How this service works

DeFiLlama's stablecoin chart ended July 20 about $1.22B below July 13, while the live asset table rose on a USDX-heavy snapshot and fees faded through the weekend.

## Output

A JSON object containing the full text and metadata of the pay-per-read article covering DeFiLlama's stablecoin chart movement (~$1.22B drop from July 13 to July 20), the live asset table snapshot dominated by USDX, and weekend fee trends.

## 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-blog-stablecoin-ledger-held-near-the-july-low-d716e664/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)
