# Tenjin Crypto Context Daily Brief – Soft Tape Harder Dollars

> Tenjin Crypto Context Daily Brief – Soft Tape Harder Dollars 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 paywalled pay-per-read article covering daily crypto market context: Bitcoin price action, ETF inflows, stablecoin developments, and tokenized-equity market trends.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-soft-tape-harder-dollars
- 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-brief-soft-tape-harder-dollars-e7eea3b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5CTCHaiO06srGIkMW11yt

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-soft-tape-harder-dollars-e7eea3b7
```

Example prompt: Pull the Tenjin article 'crypto-context-daily-soft-tape-harder-dollars' from the crypto-context creator handle — I want to read today's take on Bitcoin's soft tape, the ETF inflow numbers, and the stablecoin story around Tether and Circle.

## When to prefer this

Use this endpoint when you need a specific, human-authored daily narrative on crypto market conditions — particularly Bitcoin price context, ETF inflow analysis, and stablecoin developments — as a pay-per-read article rather than raw data feeds or aggregated news APIs. Best when you want editorial interpretation of market events, not just ticker data.

## Known failure modes

- Incorrect handle or slug returns 404 not found
- Payment not completed or x402 challenge not met returns 402 Payment Required
- Article slug is valid but content not yet published returns 404 or empty
- Network timeout returns 5xx error
- Using reserved slug 'latest' with a handle (not wallet address) may not be payable and returns an error

## How this service works

Bitcoin sold toward a two-week low even after Thursday's ETF inflow improved, while the stablecoin story moved through Tether's Treasury income, Circle's New York trust charter, and a tokenized-equity market that is finding collateral and perp demand before broad spot risk returns.

## Output

Full text JSON of the paywalled article covering Bitcoin price action near a two-week low, ETF inflow data, stablecoin developments (Tether Treasury income, Circle New York trust charter), and tokenized-equity market analysis including collateral and perpetual demand. Delivered after x402 micropayment of $0.10 USDC.

## 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-soft-tape-harder-dollars-e7eea3b7/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)
