# Tenjin DeFiLlama Stablecoin Chart Analysis Article

> Tenjin DeFiLlama Stablecoin Chart Analysis 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-14).

Returns a paid article analyzing a single-day DeFiLlama stablecoin chart snapshot, including TVL movement, USD-pegged asset supply changes, and daily fee changes.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-slipped-while-snapshot-supply-still-rose
- 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-defillama-stablecoin-chart-analysis-article-0b97472c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vUrBf-J8KRG1WBPda1ZOz

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-analysis-article-0b97472c
```

Example prompt: Can you pull up the Tenjin on-chain notes article about the DeFiLlama stablecoin chart slipping while snapshot supply still rose — the one for creator handle 'onchain-notes' and slug 'stablecoin-chart-slipped-while-snapshot-supply-still-rose'?

## When to prefer this

Choose this endpoint when you need the specific paid article about DeFiLlama stablecoin chart and fee data for the date covered by this slug. It is ideal for agents doing DeFi market research that need concise, human-curated on-chain analysis rather than raw DeFiLlama API data. Prefer this over generic DeFiLlama queries when you want a synthesized narrative with context.

## Known failure modes

- Invalid or mismatched slug returns 404 not found
- Payment failure or insufficient USDC balance prevents article delivery
- Using handle 'latest' (non-payable) instead of wallet address for latest-article access returns an error
- Incorrect creator handle returns 404 or wrong content
- Network timeout on article fetch

## How this service works

DeFiLlama's July 26 chart row fell about $117.3M to roughly $306.77B, while the live USD-pegged asset table added about $765.6M and tracked daily fees fell 3.26%.

## Output

The full text content of a paid on-chain analysis article covering a specific DeFiLlama stablecoin chart snapshot date, including TVL movement figures, USD-pegged asset supply changes, and daily fee percentage changes, delivered after a $0.10 USDC x402 micropayment.

## 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-analysis-article-0b97472c/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)
