# Tenjin Onchain Notes: Stablecoin Chart Barely Moved After Weekly Break

> Tenjin Onchain Notes: Stablecoin Chart Barely Moved After Weekly Break 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).

Returns a daily DeFi briefing article covering DeFiLlama stablecoin chart data, asset snapshots, and fee-table trends for a specific date.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-chart-barely-moved-after-the-weekly-break
- 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-onchain-notes-stablecoin-chart-barely-moved-after-weekly-break-9adc7a07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nhsBuQUw7WHiwFc01loOm

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-onchain-notes-stablecoin-chart-barely-moved-after-weekly-break-9adc7a07
```

Example prompt: Fetch the Tenjin onchain notes article about the stablecoin chart barely moving after the weekly break — the one covering the DeFiLlama near-flat chart row, cooled asset snapshot, and Morpho Blue fee-table rebound.

## When to prefer this

Choose this endpoint when you need to retrieve this specific dated Tenjin onchain notes article covering stablecoin chart analysis, DeFi fee tables, and crypto asset snapshots. Prefer this over generic news APIs when the user wants curated, structured DeFi market commentary from Tenjin's onchain notes series, particularly when they need data on stablecoin float trends, DeFiLlama chart readings, or Morpho Blue protocol fee activity.

## Known failure modes

- Invalid or non-existent slug returns a 404 or error response
- Payment not included or insufficient (x402 payment required at $0.1 USDC) results in a 402 Payment Required response
- Invalid creator handle causes lookup failure
- Reserved 'latest' slug used with a handle instead of a wallet address is not payable and will fail
- Network or upstream service downtime causes retrieval failure

## How this service works

A July 13 daily read on DeFiLlama's near-flat stablecoin chart row, a cooled asset snapshot, and a fee-table rebound led by Morpho Blue.

## Output

Returns the full text content of a specific Tenjin onchain notes article, covering DeFiLlama stablecoin chart movement analysis, a cooled crypto asset price snapshot, and a fee-table breakdown highlighting Morpho Blue's rebound activity for that publication date.

## 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-onchain-notes-stablecoin-chart-barely-moved-after-weekly-break-9adc7a07/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)
