# Tenjin Stablecoin Chart Lower Low Article

> Tenjin Stablecoin Chart Lower Low 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).

Retrieves the full text of a pay-per-read Tenjin article analyzing DeFiLlama's stablecoin chart data showing a second lower low on July 31

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-made-a-second-lower-low
- 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-lower-low-article-563ce2da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D7FvvT6x3WvgeT4zDWsRv

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-lower-low-article-563ce2da
```

Example prompt: Fetch me the full Tenjin on-chain notes article about the stablecoin chart making a second lower low — the one by creator handle 'onchain-notes' with slug 'stablecoin-chart-made-a-second-lower-low'.

## When to prefer this

Choose this endpoint when you specifically need the full text of this Tenjin on-chain notes article about the stablecoin chart second lower low event. It is the only source for the complete pay-gated article content from this independent publisher on the Tenjin platform. Prefer it over general DeFiLlama API calls when you want curated analyst commentary alongside raw metrics, and over free previews when you need the complete analysis including all data points and context.

## Known failure modes

- Payment not provided or insufficient — x402 payment challenge must be satisfied before content is returned
- Invalid handle or slug returns a 404 not found error
- Using 'latest' as a handle (not payable) instead of a wallet address for the latest alias
- Network timeout if the Tenjin blog server is unavailable
- Stale or cached data if article has been updated after initial publication

## How this service works

DeFiLlama's July 31 stablecoin chart row fell about $753.7M to roughly $303.85B after only a small July 30 revision, while the live asset table was slightly higher versus yesterday's run and fees rose 3.48%.

## Output

Returns the full article text as a JSON object containing the complete on-chain notes piece, including DeFiLlama stablecoin chart analysis, supply figures (approximately $303.85B after a ~$753.7M drop), July 30 revision data, live asset table comparisons, and fee changes (3.48% rise).

## 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-lower-low-article-563ce2da/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)
