# tenjin.blog – Crypto Context Weekly: Firm Tape, Thin Dollar Float

> tenjin.blog – Crypto Context Weekly: Firm Tape, Thin Dollar Float is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns the full text of a specific tenjin.blog pay-per-read article covering weekly Bitcoin price action, stablecoin supply trends, and regulated crypto rails.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-weekly-firm-tape-thin-dollar-float
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-blog-crypto-context-weekly-firm-tape-thin-dollar-float-d8e50c9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iQ8Tuw7bl-9FDSuGKdXNY

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-blog-crypto-context-weekly-firm-tape-thin-dollar-float-d8e50c9d
```

Example prompt: Fetch the full text of the tenjin.blog article 'crypto-context-weekly-firm-tape-thin-dollar-float' by creator handle 'crypto-context' — it's a pay-per-read piece so pay the 0.1 USDC access fee and give me the complete article.

## When to prefer this

Use this endpoint when you need the full text of this specific tenjin.blog article on weekly crypto market context (BTC price action, stablecoin supply, regulated rails). It is the correct endpoint when the user references the slug 'crypto-context-weekly-firm-tape-thin-dollar-float' or wants the full article behind the x402 paywall rather than a summary or headline.

## Known failure modes

- Payment not completed — x402 challenge not satisfied, returns 402 with payment requirements
- Invalid slug — slug does not exist for the given handle, returns 404
- Invalid handle — creator handle or wallet address not found, returns 404
- Reserved slug 'latest' used with handle instead of wallet address — not payable
- Network timeout or upstream error — returns 5xx

## How this service works

BTC recovered into the mid-$64,000s after softer inflation data, but tracked stablecoin supply still ended the week lower while regulated rails, issuer competition, and venue rules did most of the real work.

## Output

A JSON object containing the full text of the pay-per-read article covering Bitcoin's recovery into the mid-$64,000s after softer inflation data, tracked stablecoin supply movements ending the week lower, and analysis of regulated rails, issuer competition, and venue rules driving market dynamics.

## 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-blog-crypto-context-weekly-firm-tape-thin-dollar-float-d8e50c9d/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)
