# Tenjin Crypto Context Daily Brief — Flat Tape Policy Pressure

> Tenjin Crypto Context Daily Brief — Flat Tape Policy Pressure 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).

Fetches a specific Tenjin daily crypto-context article covering BTC price action, stablecoin supply trends, options market activity, and policy/payments headlines for a given date snapshot.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-flat-tape-policy-pressure
- 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-crypto-context-daily-brief-flat-tape-policy-pressure-4c4977b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WjhuPXKO9XSdB7fvJT7Ce

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-crypto-context-daily-brief-flat-tape-policy-pressure-4c4977b1
```

Example prompt: Pull up the Tenjin daily crypto brief for the 'flat tape policy pressure' article from the crypto-context creator — I want to see where BTC was sitting, how stablecoin supply moved on the day versus the week, and what the options and payments headlines were.

## When to prefer this

Choose this endpoint when you need the specific Tenjin daily crypto-context article for the 'flat tape / policy pressure' session, particularly when you want a bundled narrative covering BTC spot price, stablecoin supply trends (day-over-day and week-over-week), and curated options/payments/policy headlines in a single paid read. Prefer this over generic news APIs when you want Tenjin's opinionated editorial framing rather than raw price feeds or RSS aggregation.

## Known failure modes

- Slug not found (404) if the article slug is misspelled or does not exist for the given handle
- Handle not recognized if the creator handle or wallet address is invalid
- Payment failure if 0.1 USDC is not provided or x402 payment is rejected
- Rate limiting if too many requests are made in a short window
- Article not yet published if the slug resolves to a scheduled but unreleased piece

## How this service works

BTC held near $64,200 while tracked stablecoin supply rose on the day but stayed down $1.21 billion on the week, leaving today's options and payments headlines ahead of balance-sheet confirmation.

## Output

Returns the full Tenjin article object for the requested slug, including the article body covering BTC price levels (e.g. ~$64,200), daily and weekly stablecoin supply changes (e.g. down $1.21B on the week), options market context, payments headlines, and any balance-sheet or policy commentary for that session.

## 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-crypto-context-daily-brief-flat-tape-policy-pressure-4c4977b1/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)
