# Tenjin Onchain Notes – Stablecoin Chart Repair Article

> Tenjin Onchain Notes – 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 text of a Tenjin onchain-notes article analyzing DeFiLlama's July 24 stablecoin chart data, including TVL changes, asset table movements, and daily fee metrics.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-gave-back-the-repair
- 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-onchain-notes-stablecoin-chart-repair-article-5f5892d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3rsGETbM78bfIkry362s-

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-onchain-notes-stablecoin-chart-repair-article-5f5892d6
```

Example prompt: Pull up the Tenjin onchain-notes article with the slug 'stablecoin-chart-gave-back-the-repair' by the creator handle 'onchain-notes' — I want to read the DeFiLlama July 24 stablecoin chart analysis.

## When to prefer this

Use this endpoint when you need to programmatically access the specific Tenjin onchain-notes article about the July 24 DeFiLlama stablecoin chart repair event, particularly for agents performing DeFi market research, stablecoin monitoring, or crypto journalism workflows. Prefer this over generic web scraping when the content is paywalled via x402 micropayment and you need structured, reliable access to the article text.

## Known failure modes

- Invalid or non-existent slug returns 404 not found
- Invalid creator handle returns 404 or empty result
- Payment of 0.1 USDC not provided results in 402 Payment Required
- Using handle 'latest' as a payable path fails — wallet address required for durable latest alias
- Network timeout or upstream blog unavailability returns 5xx error

## How this service works

DeFiLlama's July 24 chart row fell about $1.33B to roughly $306.03B, even as the live asset table added about $463.4M and tracked daily fees rose 4.75%.

## Output

Returns the full article content for the specified Tenjin onchain-notes post, including the narrative analysis of DeFiLlama's July 24 stablecoin chart row (down ~$1.33B to ~$306.03B), live asset table data (up ~$463.4M), and tracked daily fees (up 4.75%). Response includes the article body and potentially metadata such as publication date and author.

## 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-onchain-notes-stablecoin-chart-repair-article-5f5892d6/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)
