# Tenjin Stablecoin Chart Rebound & Snapshot Supply Article

> Tenjin Stablecoin Chart Rebound & Snapshot Supply 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).

Fetches a paid on-chain notes article covering DeFiLlama stablecoin chart data, live asset table widening, and tracked fee changes for July 22.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-rebounded-while-snapshot-supply-widened
- 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-stablecoin-chart-rebound-snapshot-supply-article-c12b1723
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aYqo9cn9y53JDhZf4Wtb2

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-rebound-snapshot-supply-article-c12b1723
```

Example prompt: Fetch the Tenjin on-chain notes article about the DeFiLlama stablecoin chart rebound and snapshot supply widening — the one from the creator handle 'onchain-notes' with slug 'stablecoin-chart-rebounded-while-snapshot-supply-widened'.

## When to prefer this

Use this endpoint when an agent needs to retrieve this specific Tenjin on-chain notes article about DeFiLlama stablecoin chart and supply data from July 22. Best when the user wants detailed DeFi market metrics from a curated paid newsletter rather than free aggregator data.

## Known failure modes

- Payment of 0.1 USDC not provided — returns 402 Payment Required
- Invalid handle or slug — returns 404 Not Found
- Slug reserved as 'latest' used with handle instead of wallet address — not payable
- Network timeout or service unavailability — returns 5xx error

## How this service works

DeFiLlama's July 22 chart row rose about $91.4M, while the live asset table widened by about $1.42B and tracked fees rose another 4.32%.

## Output

Returns the full text content of the paid article describing DeFiLlama's July 22 stablecoin chart rising ~$91.4M, the live asset table widening by ~$1.42B, and tracked fees increasing 4.32%, formatted as a structured response object.

## 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-rebound-snapshot-supply-article-c12b1723/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)
