# Tenjin: Stablecoin Chart Below July Low (DeFiLlama Analysis)

> Tenjin: Stablecoin Chart Below July Low (DeFiLlama Analysis) 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 analyst note covering DeFiLlama stablecoin chart data, USD-pegged asset supply movements, and daily tracked fee changes for a specific date.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-broke-below-the-july-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-below-july-low-defillama-analysis-42207df1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bqmEDMBblVMEpGOM033Cd

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-below-july-low-defillama-analysis-42207df1
```

Example prompt: Pull the Tenjin on-chain note titled 'stablecoin-chart-broke-below-the-july-low' from the creator handle 'onchain-notes' — I want to read the DeFiLlama stablecoin supply and daily fee analysis.

## When to prefer this

Choose this endpoint when you need to retrieve this specific Tenjin on-chain analyst note about the DeFiLlama stablecoin chart breaking below the July low, and you are willing to pay 0.1 USDC via x402. Prefer it over general web search when you want structured, paywall-gated crypto market commentary with precise supply and fee data.

## Known failure modes

- Article not found if slug is misspelled or does not exist — returns 404
- Payment failure if x402 payment of 0.1 USDC is not correctly submitted — returns 402 Payment Required
- Handle not recognized if creator handle is invalid — returns 404 or error
- Rate limiting or server errors if the blog endpoint is overloaded — returns 5xx
- Content behind paywall if payment confirmation is missing from the request chain

## How this service works

DeFiLlama's July 29 stablecoin chart row fell about $1.54B to roughly $304.77B, while the live USD-pegged asset table fell about $721.2M and tracked daily fees slipped 7.36%.

## Output

The agent receives the full text of a paid analyst note (0.1 USDC per call via x402) covering DeFiLlama stablecoin chart data as of approximately July 29, including total stablecoin supply changes (~$1.54B drop to ~$304.77B), USD-pegged asset table movements (~$721.2M decline), and daily tracked fee changes (~7.36% slip).

## 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-below-july-low-defillama-analysis-42207df1/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)
