# Tenjin Crypto Context: Daily Risk-On Tape Fragile Mood

> Tenjin Crypto Context: Daily Risk-On Tape Fragile Mood 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 BTC, ETH, and SOL price action alongside stablecoin supply trends and sentiment indicators to assess risk-on conditions.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-risk-on-tape-fragile-mood
- 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-risk-on-tape-fragile-mood-5917359c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Udx1xXQc1zXDnS88DLeUh

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-risk-on-tape-fragile-mood-5917359c
```

Example prompt: Pull up the Tenjin daily crypto context brief on risk-on tape and fragile mood — I want to see what BTC, ETH, and SOL are doing along with the stablecoin supply and sentiment take.

## When to prefer this

Choose this endpoint when you need a specific dated crypto market brief combining price action (BTC/ETH/SOL), stablecoin supply metrics, and sentiment into a single risk-on/risk-off narrative. Prefer it over generic price feeds when you want editorial analysis and context, not raw price data. Best for agents assisting traders or investors who want a concise market mood summary with multiple signal types fused together.

## Known failure modes

- Slug not found — returns 404 if the article slug does not exist
- Handle mismatch — incorrect creator handle returns an error
- Payment failure — x402 payment of 0.1 USDC not completed results in 402 response
- Latest alias unpayable — using handle 'latest' instead of wallet address for latest article is not payable
- Network timeout — slow response on heavy load

## How this service works

BTC, ETH, and SOL firmed while volume rose, but stablecoin supply and sentiment still argue for caution.

## Output

A full-text article or structured content object containing a daily crypto market analysis covering BTC, ETH, and SOL price action, trading volume trends, stablecoin supply changes, and overall market sentiment — with a net risk-on or cautionary assessment.

## 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-risk-on-tape-fragile-mood-5917359c/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)
