# Tenjin Crypto Context Daily: Soft Tape Narrow Vote

> Tenjin Crypto Context Daily: Soft Tape Narrow Vote 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).

Retrieves a specific Tenjin blog article analyzing softening crypto prices, widening stablecoin float, and the vote dynamics around the CLARITY bill's ethics concession.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-soft-tape-narrow-vote
- 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-soft-tape-narrow-vote-a52ec9c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jcnaXwZiT3-XAUsrq_NUD

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-soft-tape-narrow-vote-a52ec9c8
```

Example prompt: Pull up the Tenjin crypto context daily piece on the soft tape and narrow vote — the one covering stablecoin float widening and whether the CLARITY bill's ethics concession has enough votes to matter.

## When to prefer this

Choose this endpoint when you need the specific Tenjin daily briefing covering crypto price softening alongside stablecoin float analysis and CLARITY bill vote dynamics. Prefer this over general crypto data APIs when you want curated editorial analysis rather than raw price feeds, and when you are set up for x402 micropayments.

## Known failure modes

- Payment not made or x402 protocol not followed — endpoint returns 402 Payment Required
- Invalid or misspelled slug returns 404 not found
- Invalid creator handle returns 404
- Network timeout if blog server is unavailable
- Article may be paywalled without proper payment headers

## How this service works

Crypto prices softened again while stablecoin float widened, and CLARITY's live question moved from bill text to whether the ethics concession has enough votes to matter.

## Output

Returns the full content of the Tenjin article covering softening crypto prices, stablecoin float widening, and an analysis of the CLARITY bill ethics concession vote margin. Content is gated behind a $0.1 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-soft-tape-narrow-vote-a52ec9c8/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)
