# Tenjin: Last Day in Crypto — Franklin BENJI Relief, MUFG JGB Repo, Harmony Freeze

> Tenjin: Last Day in Crypto — Franklin BENJI Relief, MUFG JGB Repo, Harmony Freeze is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves a specific paid crypto news digest article covering Franklin Templeton BENJI no-action relief, MUFG's onchain JGB repo proof of concept, and Harmony's unauthorized ONE mint wallet freeze.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-franklin-benji-relief-mufg-jgb-repo-harmony-freeze
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-last-day-in-crypto-franklin-benji-relief-mufg-jgb-repo-harmony-09955220
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xfnv_veOUHQaOB6h7jP_q

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-last-day-in-crypto-franklin-benji-relief-mufg-jgb-repo-harmony-09955220
```

Example prompt: Fetch the Tenjin article about Franklin BENJI SEC relief, MUFG's JGB repo proof of concept on Canton, and Harmony's wallet freeze for the unauthorized ONE mint — the one filed under the handle 'last-day-in-crypto' and slug 'last-day-in-crypto-franklin-benji-relief-mufg-jgb-repo-harmony-freeze'.

## When to prefer this

Use this endpoint when you need the specific Tenjin crypto news digest covering Franklin BENJI SEC relief, MUFG JGB onchain repo, and Harmony ONE freeze events. Prefer this over general news APIs when you want a curated, analyst-written micro-briefing with a stable permanent URL, paid via x402 micropayment, rather than scraping unstructured web sources or calling broader news aggregators.

## Known failure modes

- Article not found if slug or handle is incorrect — returns 404
- Payment failure if USDC balance is insufficient or x402 handshake fails
- Slug 'latest' resolves to newest article but is not payable via handle form — must use wallet address form
- Rate limiting or gateway errors if called too frequently
- Article may be unavailable if unpublished or removed by creator

## How this service works

Last Day in Crypto: Franklin BENJI Relief, MUFG JGB Repo, Harmony Freeze. SEC staff gave Franklin Templeton no-action comfort for funds investing in BENJI, MUFG started an onchain JGB repo proof of concept on Canton, and Harmony said exchanges blocked wallets tied to the unauthorized ONE mint.

## Output

The full text content of the specific Tenjin 'Last Day in Crypto' article covering three news items: Franklin Templeton receiving SEC no-action comfort for BENJI fund investments, MUFG's onchain JGB repo proof-of-concept on Canton, and Harmony's report of exchanges blocking wallets linked to the unauthorized ONE mint. Returned as structured article content after a $0.05 USDC x402 payment.

## 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-last-day-in-crypto-franklin-benji-relief-mufg-jgb-repo-harmony-09955220/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)
