# Tenjin Stablecoin Chart Weekly Note

> Tenjin Stablecoin Chart Weekly Note 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).

Retrieves a paid on-chain research note analyzing DeFiLlama's stablecoin chart and related market metrics for a specific week

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-held-the-low-shelf
- 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-weekly-note-b83f0df8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nJ1AgvXWrE13XbRvkiRUe

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-weekly-note-b83f0df8
```

Example prompt: Fetch the Tenjin on-chain note about the stablecoin chart holding the low shelf — the one covering DeFiLlama's stablecoin market cap data around July 27.

## When to prefer this

Use this endpoint when you need the specific Tenjin on-chain research note about stablecoin chart behavior around July 27, particularly for DeFiLlama stablecoin market cap analysis, fee activity data, or cross-referencing the live asset table vs. chart figures. Prefer this over generic web scraping when you want a structured, paywall-gated authoritative note from the Tenjin creator and are set up for x402 micropayments.

## Known failure modes

- Slug not found — returns 404 if the article slug does not exist for the given creator handle
- Payment failure — returns 402 if the x402 payment of 0.1 USDC is not completed or is malformed
- Handle not found — returns error if the creator handle or wallet address does not resolve to a known creator
- Article unpublished — returns error if the article has been taken down or is not yet published
- Network timeout — slow response if the blog server is under load

## How this service works

DeFiLlama's stablecoin chart ended July 27 near $306.26B, only about $175.1M below July 20, while the live asset table stayed about $2.88B higher and fees faded from Thursday's peak.

## Output

The full text content of the on-chain research note covering DeFiLlama stablecoin chart data ending July 27, including stablecoin market cap figures (~$306.26B), comparisons to the prior week, discrepancies between the chart and live asset table (~$2.88B), and fee activity trends relative to Thursday's peak.

## 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-weekly-note-b83f0df8/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)
