# Tenjin Crypto Context Daily – Soft Tape Hard Vote

> Tenjin Crypto Context Daily – Soft Tape Hard 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-14).

Returns the full text of a pay-per-read crypto market briefing covering ETF inflows, stablecoin float, tape weakness, and CLARITY Act Senate vote dynamics.

## Facts

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

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-hard-vote-a04092f8
```

Example prompt: Fetch me the Tenjin crypto context daily piece on the soft tape and hard CLARITY vote — the one covering ETF inflows and stablecoin float — handle is crypto-context, slug is crypto-context-daily-soft-tape-hard-vote.

## When to prefer this

Use this endpoint when you need the specific Tenjin crypto context daily briefing on ETF inflows, stablecoin float, tape conditions, and CLARITY Act Senate vote math. Prefer it over generic news APIs when the user wants independent pay-per-read crypto journalism via x402 micropayment.

## Known failure modes

- Payment not provided or insufficient — x402 payment challenge not met, returns 402 with payment requirements
- Invalid handle or slug — creator or article not found, returns 404
- Slug 'latest' used without wallet-address handle — not payable in handle form, returns error
- Network or upstream timeout — returns 5xx error
- Article not yet published or unpublished — slug resolves to no content

## How this service works

ETF inflows reached seven sessions and stablecoin float widened, but the tape weakened while CLARITY's support split moved from policy detail to Senate vote math.

## Output

A JSON object containing the full text of the pay-per-read article, which covers seven-session ETF inflow trends, stablecoin float widening, weakening crypto tape conditions, and a breakdown of Senate vote math around the CLARITY Act.

## 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-hard-vote-a04092f8/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)
