# Tenjin Stablecoin Chart & Fees Note (July 19)

> Tenjin Stablecoin Chart & Fees Note (July 19) 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 a specific on-chain analyst note covering DeFiLlama's July 19 stablecoin chart movement, live asset table changes, and daily fee trends.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-inched-up-while-fees-kept-falling
- 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-fees-note-july-19-98e40ceb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TV4eW0jqzPdRDc61Ju0xO

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-fees-note-july-19-98e40ceb
```

Example prompt: Pull up the Tenjin on-chain note about the stablecoin chart inching up while fees kept falling — the one from July 19 published at the slug 'stablecoin-chart-inched-up-while-fees-kept-falling' under the handle 'onchain-notes'.

## When to prefer this

Choose this endpoint when you need the specific July 19 on-chain analyst note about stablecoin chart movement and DeFi fee trends from Tenjin, particularly when tracking DeFiLlama metrics or researching stablecoin supply changes for that date. Prefer this over generic news APIs when you want a curated, paid on-chain analytics narrative rather than raw data.

## Known failure modes

- Slug or handle not found returns a 404 or equivalent error
- Payment not processed (x402 payment required) results in 402 response
- Article may be time-sensitive and content may reflect point-in-time data only
- Network timeout if the tenjin.blog server is unavailable

## How this service works

DeFiLlama's July 19 stablecoin chart row rose about $85.9M, the live asset table rose about $265.7M, and daily fees fell 8.57%.

## Output

Returns the full text of a Tenjin on-chain analyst note covering DeFiLlama's July 19 stablecoin chart row (up ~$85.9M), the live asset table (up ~$265.7M), and daily fees (down 8.57%), formatted as an article object.

## 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-fees-note-july-19-98e40ceb/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)
