# Tenjin Crypto Context Daily – Soft CPI / Thin Dollar Float

> Tenjin Crypto Context Daily – Soft CPI / Thin Dollar Float 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 a daily crypto market intelligence briefing covering BTC/ETH price action, ETF flows, stablecoin float, and macro signals for a specific date.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-soft-cpi-thin-dollar-float
- 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-cpi-thin-dollar-float-24b086d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__Cg-0rewEO7XocZiT2ISI

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-cpi-thin-dollar-float-24b086d4
```

Example prompt: Pull the Tenjin daily crypto context briefing for the soft CPI / thin dollar float edition — I want the read on what BTC and ETH did, ETF flow direction, stablecoin conditions, and whether the market sentiment looks macro-driven or crypto-native.

## When to prefer this

Use this endpoint when you need a pre-synthesized, narrative-form daily crypto market briefing that combines price action, ETF flows, stablecoin float, and macro context into a single read — particularly when you want analyst-quality interpretation rather than raw data. Prefer this over raw price feeds or data APIs when the goal is situational awareness and market narrative rather than numerical signals alone.

## Known failure modes

- Slug not found returns a 404 or error response if the article doesn't exist
- Payment failure (402) if x402 USDC payment of $0.10 is not properly attached
- Handle not recognized if the creator handle is invalid or unclaimed
- Stale or unavailable content if the article has not yet been published for the given date

## How this service works

BTC and ETH bounced after a soft June CPI print, but ETF outflows, Extreme Fear, and shrinking stablecoin float make the rebound look macro-led rather than confirmed by fresh crypto-native demand.

## Output

A narrative crypto market intelligence article including BTC and ETH price commentary, ETF inflow/outflow data, stablecoin float movement, macro catalyst analysis (e.g. CPI print), and an overall market demand signal assessment — delivered as structured article content for the specified slug.

## 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-cpi-thin-dollar-float-24b086d4/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)
