# Tenjin Crypto Context Daily: Weak Tape Busy Dollar Rails

> Tenjin Crypto Context Daily: Weak Tape Busy Dollar Rails 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 a paid daily crypto market brief analyzing a weak price tape alongside active stablecoin/payment/FX activity on dollar rails

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-weak-tape-busy-dollar-rails
- 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-crypto-context-daily-weak-tape-busy-dollar-rails-b7b56994
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hOf1FtrqiEstp2bE1VjrU

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-weak-tape-busy-dollar-rails-b7b56994
```

Example prompt: Pull up the Tenjin crypto-context daily brief called 'weak-tape-busy-dollar-rails' from the crypto-context channel — I want to read the analysis on BTC, ETH, SOL selling off and stablecoin supply alongside payments and FX rail activity.

## When to prefer this

Choose this endpoint when you need a specific, already-published Tenjin daily crypto brief identified by its exact slug ('crypto-context-daily-weak-tape-busy-dollar-rails') and want to pay per-read via x402 micropayment. Prefer this over generic news APIs when you want opinionated, narrative-driven crypto market context that integrates price action with payments/FX infrastructure observations rather than raw price data.

## Known failure modes

- Slug or handle not found — 404 if the article path does not match a published piece
- Payment not completed or x402 protocol error — 402 if USDC micropayment is missing or rejected
- Network timeout if the blog API is temporarily unavailable
- Stale content if article was the latest at crawl time but has since been superseded

## How this service works

BTC, ETH, and SOL sold off into higher volume while stablecoin supply barely grew. The stronger evidence still sits in payments, FX routing, and tokenized-finance plumbing.

## Output

A full-text daily crypto market brief article covering: BTC/ETH/SOL price action and volume context, stablecoin supply dynamics, observations on payments infrastructure, FX routing activity, and tokenized finance developments — returned as a structured HTTP response body after a $0.10 USDC x402 micropayment.

## 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-weak-tape-busy-dollar-rails-b7b56994/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)
