# Tenjin – Last Day in Crypto: Zcash Ironwood / BNY Ledger / Trade.xyz Reimbursement

> Tenjin – Last Day in Crypto: Zcash Ironwood / BNY Ledger / Trade.xyz Reimbursement 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).

Returns the full text of a specific Tenjin daily crypto briefing covering Zcash Ironwood activation, BNY blockchain transfer agency records, and Trade.xyz SK Hynix perp liquidation reimbursement.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-zcash-ironwood-bny-ledger-trade-xyz-reimbursement
- 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-zcash-ironwood-bny-ledger-trade-xyz-11dc5d6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pfJmX2AHepxptGMpIYmKr

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-zcash-ironwood-bny-ledger-trade-xyz-11dc5d6d
```

Example prompt: Pull up the Tenjin daily crypto briefing about Zcash activating Ironwood, BNY putting transfer agency records on blockchain rails, and Trade.xyz reimbursing SK Hynix perp liquidations — I want to read the full article.

## When to prefer this

Use this endpoint when you need the specific Tenjin daily briefing covering Zcash Ironwood, BNY blockchain ledger news, and Trade.xyz reimbursements. Prefer it over generic news search when the user explicitly wants this curated daily crypto narrative with the exact slug and creator handle known.

## Known failure modes

- Article not found if slug or handle is incorrect — returns 404 or error
- Payment not processed correctly via x402 protocol results in 402 Payment Required
- Handle or slug mismatch returns an empty or error response
- Network timeout if the tenjin.blog server is temporarily unavailable

## How this service works

Zcash activated Ironwood and sealed Orchard, BNY put transfer agency records on blockchain rails, and Trade.xyz said it would reimburse SK Hynix perp liquidations.

## Output

Returns the full article body of the specified Tenjin daily crypto briefing, including narrative coverage of Zcash Ironwood activation, BNY blockchain transfer agency record updates, and Trade.xyz's reimbursement commitment for SK Hynix perpetual liquidations.

## 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-zcash-ironwood-bny-ledger-trade-xyz-11dc5d6d/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)
