# Tenjin Stablecoin Chart Daily Briefing (July 30)

> Tenjin Stablecoin Chart Daily Briefing (July 30) 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).

Returns a paid article summarizing DeFiLlama's July 30 stablecoin chart data, including market cap changes, live asset table movements, and fee metrics.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-stayed-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-daily-briefing-july-30-41c33a74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rBblzeaJUvua-hBilRXqV

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-daily-briefing-july-30-41c33a74
```

Example prompt: Pull up the Tenjin on-chain notes article about the July 30 DeFiLlama stablecoin chart — the one about the market cap falling below the July low — from the onchain-notes creator handle.

## When to prefer this

Choose this endpoint when you need the specific July 30 DeFiLlama stablecoin chart summary from Tenjin's on-chain notes series, particularly for historical stablecoin market cap tracking, DeFi daily briefings, or monitoring whether the market cap stayed below a prior monthly low. It is a paid content endpoint ($0.1 USDC via x402) so prefer it when the user explicitly needs this date's data and is willing to pay per-read.

## Known failure modes

- Invalid or missing slug returns a 404 or error response
- Invalid creator handle returns a 404
- Payment not completed (x402 flow not followed) results in 402 Payment Required
- Network timeout if the Tenjin blog is unavailable
- Slug 'latest' used with handle instead of wallet address may not be payable

## How this service works

DeFiLlama's July 30 stablecoin chart row fell about $243.4M to roughly $304.60B after a small July 29 revision, while the live asset table was down about $667.6M versus yesterday's run and fees rose 2.78%.

## Output

A paid article (unlocked via $0.1 USDC x402 payment) containing DeFiLlama's July 30 stablecoin chart row data, including the ~$243.4M drop to ~$304.60B total market cap, the July 29 revision note, the ~$667.6M live asset table decline versus the prior day's run, and a 2.78% 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-daily-briefing-july-30-41c33a74/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)
