# Tenjin Daily Crypto Context: Weak Float & Bank Plumbing

> Tenjin Daily Crypto Context: Weak Float & Bank Plumbing 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).

Returns a paid daily briefing article analyzing crypto spot market softness, stablecoin flows, payment account infrastructure, and institutional crypto finance developments.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/crypto-context/crypto-context-daily-weak-float-bank-plumbing
- 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-daily-crypto-context-weak-float-bank-plumbing-71546da0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n7leRSghsxm5iPzGhZIIc

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-daily-crypto-context-weak-float-bank-plumbing-71546da0
```

Example prompt: Fetch me the Tenjin daily crypto-context article on the weak float and bank plumbing — the one covering ETF outflows, USDC supply changes, Visa's Open USD stance, and BNY's onchain transfer-agency records.

## When to prefer this

Choose this endpoint when an agent needs a structured, paid daily intelligence briefing specifically covering crypto market microstructure, stablecoin distribution, institutional payment rails, and onchain finance — not raw price feeds or general news aggregators. Particularly useful when the user wants narrative analysis of how bank infrastructure, regulatory posture, and stablecoin flows are interacting on a given day.

## Known failure modes

- Article not found if slug is incorrect or not yet published — likely 404 response
- Payment failure if USDC balance is insufficient for the $0.10 per-call fee
- Handle not recognized if creator handle is misspelled or unclaimed — use wallet address instead
- Using handle 'latest' instead of wallet address form for durable latest alias will fail payment
- Network timeout if tenjin.blog is unreachable

## How this service works

Crypto's spot tape stayed soft while the serious work moved into payment accounts, stablecoin distribution, and fund recordkeeping: ETF outflows persisted, USDC supply fell, Visa kept Open USD at arm's length, Anchorage pushed back on the Fed, and BNY put transfer-agency records onchain.

## Output

A full-text daily briefing article covering crypto spot market softness (weak float), stablecoin supply movements (USDC), ETF outflow data, payment account infrastructure developments, Visa's Open USD positioning, Anchorage's Fed interactions, and BNY's onchain transfer-agency recordkeeping initiative.

## 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-daily-crypto-context-weak-float-bank-plumbing-71546da0/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)
