# Tenjin Stablecoin Chart Onchain Notes Article

> Tenjin Stablecoin Chart Onchain Notes 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-15).

Fetches the paid Tenjin blog article analyzing DeFiLlama's stablecoin chart movements, USD-pegged asset table changes, and daily fee metrics for July 28.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-repaired-lightly-while-the-snapshot-fell
- 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-chart-onchain-notes-article-3aaaa5bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7JwB1wsAGKrQRwIUO4GfI

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-chart-onchain-notes-article-3aaaa5bb
```

Example prompt: Fetch the Tenjin onchain notes article about the stablecoin chart repair and snapshot — the one covering DeFiLlama's July 28 data where daily fees climbed 16.93%.

## When to prefer this

Use this endpoint when you specifically need the Tenjin onchain notes article about the July 28 DeFiLlama stablecoin chart analysis, including the synthetic dollar supply metrics and daily fee data. Prefer this over generic crypto news APIs when you want Tenjin's curated, paid analyst commentary on stablecoin market structure rather than raw data feeds.

## Known failure modes

- Payment of 0.1 USDC not completed — returns HTTP 402 with payment required details
- Invalid or unknown handle/slug combination — returns 404 not found
- Article not yet published or removed — empty or error response
- Network timeout on content delivery
- Wallet address format incorrect — path param validation error

## How this service works

DeFiLlama's July 28 stablecoin chart row rose about $132.1M to roughly $306.30B, while the live USD-pegged asset table fell about $254.5M and tracked daily fees climbed 16.93%.

## Output

The full article content from Tenjin's paid onchain notes series, covering DeFiLlama stablecoin chart movements for July 28 including the ~$132.1M rise to ~$306.30B, the $254.5M drop in the live USD-pegged asset table, and a 16.93% climb in tracked daily fees.

## 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-chart-onchain-notes-article-3aaaa5bb/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)
