# Tenjin: Stablecoin Chart Snapshot Article

> Tenjin: Stablecoin Chart Snapshot 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).

Retrieves the full text of a pay-per-read Tenjin article about DeFiLlama's stablecoin chart reconciliation with the July 23 snapshot, including market data on fees and asset tables.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-caught-up-to-the-snapshot
- 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-stablecoin-chart-snapshot-article-eef76ef4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FAWHGp_ZiCMP21C35S8XE

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-snapshot-article-eef76ef4
```

Example prompt: Fetch me the full Tenjin article 'stablecoin-chart-caught-up-to-the-snapshot' by the creator at handle 'onchain-notes' — I want to read the DeFiLlama stablecoin chart analysis from July 23.

## When to prefer this

Use this endpoint when an agent specifically needs to read the full text of this Tenjin onchain notes article about stablecoin chart data from the July 23 DeFiLlama snapshot. Prefer this over generic web scraping when accessing pay-walled Tenjin content via the x402 micropayment protocol.

## Known failure modes

- Payment not provided or insufficient — x402 payment challenge not met, returns 402 Payment Required
- Invalid handle — creator handle or wallet address does not exist, returns 404
- Invalid slug — article slug not found for the given creator, returns 404
- Network timeout or server unavailability — returns 5xx error
- Malformed request — missing required pathParams (handle or slug), returns 400

## How this service works

DeFiLlama's July 23 chart row rose about $973.4M, while the live asset table widened by about $1.55B and tracked daily fees rose 10.16%.

## Output

Returns a JSON object containing the full text and metadata of the pay-per-read Tenjin article about DeFiLlama's stablecoin chart reconciliation with the July 23 snapshot, including data on the $973.4M chart row rise, $1.55B asset table widening, and 10.16% daily fee increase.

## 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-snapshot-article-eef76ef4/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)
