# Tenjin Weekly Stablecoin Rails Crypto Context

> Tenjin Weekly Stablecoin Rails Crypto Context 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 weekly crypto market briefing focused on stablecoin supply dynamics, BTC price action, and regulated payment rail developments

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-weekly-stablecoin-rails-thin-tape
- 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-weekly-stablecoin-rails-crypto-context-407424ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yT7MNy4y4Ukd92QON-Rsw

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-weekly-stablecoin-rails-crypto-context-407424ce
```

Example prompt: Pull up the Tenjin weekly crypto context piece on stablecoin rails and BTC price action — the one about shrinking synthetic-dollar supply, USDC repair, and regulated payment rails moving into bank workflows.

## When to prefer this

Use this endpoint when you need a curated, narrative weekly briefing on stablecoin supply dynamics and BTC price context rather than raw on-chain data. Prefer it over general news APIs when the user specifically wants the Tenjin editorial perspective on regulated payment rails and synthetic dollar trends.

## Known failure modes

- Article not found if slug is invalid or unpublished (404)
- Payment failure if USDC balance is insufficient for the $0.10 x402 charge
- Handle not found if creator identifier is incorrect
- Rate limiting if called too frequently

## How this service works

BTC ended the week almost flat while stablecoins carried the real story: shrinking synthetic-dollar supply, modest USDC repair, and regulated payment rails moving into bank and corporate workflows.

## Output

A structured article object containing the full weekly crypto market briefing text, covering BTC weekly price performance, stablecoin supply contraction or expansion metrics, USDC trend analysis, and commentary on regulated payment rails adoption in banking and corporate workflows.

## 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-weekly-stablecoin-rails-crypto-context-407424ce/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)
