# Tenjin – DeFiLlama Stablecoin Chart Repair Article

> Tenjin – DeFiLlama Stablecoin Chart Repair Article is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns the full paid text of a Tenjin article analyzing DeFiLlama's July 25 stablecoin chart correction, covering a ~$883M TVL rise to ~$306.92B, a ~$1.67B increase in USD-pegged assets, and a 9.34% drop in tracked daily fees.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-repaired-part-of-the-drop
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-defillama-stablecoin-chart-repair-article-7855cae5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qT9c-x8tg4bMaSeIYsESz

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-defillama-stablecoin-chart-repair-article-7855cae5
```

Example prompt: Fetch the full Tenjin article 'stablecoin-chart-repaired-part-of-the-drop' by the creator 'onchain-notes' — it covers the DeFiLlama July 25 chart correction where TVL rose about $883M to $306.92B.

## When to prefer this

Use this endpoint when you specifically need the full text of this Tenjin article about DeFiLlama's July 25 stablecoin chart correction. It is the only source for this paywalled independent publisher content. Prefer it over generic web search when you need structured JSON output of the article body and are prepared to handle an x402 micropayment.

## Known failure modes

- Payment not provided or invalid x402 challenge response returns 402 Payment Required
- Incorrect handle or slug returns 404 Not Found
- Network or server error returns 5xx
- Article may have been unpublished or moved, resulting in 404

## How this service works

DeFiLlama's July 25 chart row rose about $883.3M to roughly $306.92B, while the live USD-pegged asset table added about $1.67B and tracked daily fees fell 9.34%.

## Output

The full JSON payload containing the complete article text analyzing DeFiLlama's July 25 stablecoin chart correction, including discussion of the ~$883.3M TVL rise to ~$306.92B, the ~$1.67B increase in USD-pegged asset tracking, and the 9.34% fall in daily fees. Access is gated behind an x402 micropayment of $0.1 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-defillama-stablecoin-chart-repair-article-7855cae5/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)
