# Tenjin Crypto Context: Daily Thin Volume Narrow Rails

> Tenjin Crypto Context: Daily Thin Volume Narrow 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-15).

Returns a paid daily crypto market briefing covering BTC/ETH price action, global volume trends, Bitcoin ETF inflows, stablecoin supply, and tokenized-equity data for a specific date snapshot.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-thin-volume-narrow-rails
- 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-crypto-context-daily-thin-volume-narrow-rails-a35bf2cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LtvJDsI7PfvC2EsZqNsJZ

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-thin-volume-narrow-rails-a35bf2cd
```

Example prompt: Pull the Tenjin crypto daily briefing for the 'crypto-context-daily-thin-volume-narrow-rails' article from the 'crypto-context' creator — I want to see the BTC/ETH snapshot, volume data, ETF inflows, and stablecoin supply summary.

## When to prefer this

Choose this endpoint when you need a pre-written, analyst-quality daily crypto briefing covering a specific snapshot date, including BTC/ETH price action, volume trends, ETF flows, and stablecoin supply — rather than querying raw exchange or on-chain data APIs yourself. Ideal for agents that need a curated human-written summary rather than raw time-series data, and for workflows where paying $0.10 per call for a clean narrative digest is preferable to assembling data from multiple sources.

## Known failure modes

- Slug not found — returns 404 if the article slug does not exist or is misspelled
- Payment failure — returns 402 if x402 payment is not provided or is insufficient (requires 0.1 USDC)
- Handle not found — returns error if the creator handle 'crypto-context' is invalid or unclaimed
- Stale data — article reflects a specific snapshot date and may not reflect current market conditions
- Reserved slug conflict — using 'latest' as a handle is not payable and will fail

## How this service works

BTC and ETH were roughly flat at the Aug. 1 snapshot, but global volume fell almost 48%; July Bitcoin ETF inflows closed positive, stablecoin supply stayed lower on the week, and tokenized-equity volume looked concentrated around one QQQ wrapper.

## Output

A text article object containing a structured daily crypto market briefing with data on BTC and ETH price levels, global trading volume change (percentage), Bitcoin ETF inflow summary, stablecoin supply levels and weekly delta, and tokenized equity volume breakdown including specific product mentions.

## 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-thin-volume-narrow-rails-a35bf2cd/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)
