# tenjin.blog Crypto Context Daily: Firmer Tape, Thin Flow Proof

> tenjin.blog Crypto Context Daily: Firmer Tape, Thin Flow Proof 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 the full text of a pay-per-read crypto market daily briefing article covering BTC price action and stablecoin flow analysis

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-firmer-tape-thin-flow-proof
- 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-blog-crypto-context-daily-firmer-tape-thin-flow-proof-09fb0911
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cQzKPJdZe8jeFmPPQtISr

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-daily-firmer-tape-thin-flow-proof-09fb0911
```

Example prompt: Fetch the tenjin.blog article 'crypto-context-daily-firmer-tape-thin-flow-proof' by creator 'crypto-context' — I want to read the full daily briefing on BTC price action and stablecoin supply flows.

## When to prefer this

Use this endpoint when you need the full text of this specific tenjin.blog article about BTC price action and stablecoin flow analysis dated around this briefing period. Prefer this over general crypto data APIs when the user wants editorial/analytical narrative content from an independent publisher rather than raw market data.

## Known failure modes

- Payment not provided or insufficient — x402 challenge not satisfied, returns 402 Payment Required
- Invalid handle or slug — creator or article not found, returns 404
- Slug 'latest' used with a handle instead of wallet address — not payable, returns error
- Network or upstream error — returns 5xx

## How this service works

BTC pushed back to about $65,429 while tracked stablecoin supply rose on the day but remained lower on the week, leaving Monday's stronger tape ahead of the flow evidence.

## Output

Full text JSON of the pay-per-read article covering BTC's move back to ~$65,429, tracked stablecoin supply changes on the day versus the week, and analysis of the flow evidence supporting or undermining Monday's stronger tape.

## 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-daily-firmer-tape-thin-flow-proof-09fb0911/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)
