# Tenjin Crypto Context Daily: Soft Relief Parked Bid

> Tenjin Crypto Context Daily: Soft Relief Parked Bid 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 daily crypto market briefing analyzing Bitcoin's price action, ETF flows, stablecoin supply trends, and carry trade dynamics for a specific date.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-soft-relief-parked-bid
- 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-soft-relief-parked-bid-05a0c049
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ciQzIOvIe5WVX8uZfK7A9

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-relief-parked-bid-05a0c049
```

Example prompt: Pull the Tenjin daily crypto context article 'soft-relief-parked-bid' from the crypto-context creator — I want to read the full breakdown on Bitcoin's bounce toward $65K, ETF demand, and whether the carry trade still favors Treasuries over crypto.

## When to prefer this

Use this endpoint when you need a structured, narrative daily briefing specifically on crypto macro context — Bitcoin price action, ETF flows, stablecoin trends, and carry trade dynamics — as curated by the Tenjin platform. Prefer this over generic news APIs when you want analyst-quality synthesis rather than raw headlines, and when the specific article slug for this date's analysis is known.

## Known failure modes

- Article not found if slug is incorrect or article is unpublished — likely 404 response
- Payment failure if USDC balance is insufficient for the $0.10 x402 fee
- Invalid handle or wallet address returns an error
- Slug 'latest' on a handle (not wallet address) is not payable and will fail
- Stale content if fetched repeatedly — this is a static daily snapshot, not live data

## How this service works

Bitcoin bounced toward $65,000 after softer U.S. data, but the support underneath stayed thin: ETF demand only partly repaired the outflow streak, stablecoin supply kept shrinking, and the carry trade still favored Treasuries over crypto basis.

## Output

Returns the full text and structured content of a Tenjin daily crypto market briefing, including analysis of Bitcoin price levels, ETF inflow/outflow data, stablecoin supply dynamics, carry trade positioning, and macro context commentary.

## 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-relief-parked-bid-05a0c049/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)
