# Tenjin: Last Day in Crypto – SecondFi Wind-Down / NIGHT Bridge Exploit / xStocks Expansion

> Tenjin: Last Day in Crypto – SecondFi Wind-Down / NIGHT Bridge Exploit / xStocks Expansion is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches a specific crypto news digest article covering SecondFi's wind-down, a 290M NIGHT bridge exploit, xStocks expansion beyond U.S. equities, and MVMT Labs' Chapter 11 filing

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-secondfi-wind-down-wanchain-night-exploit-xstocks-expansion
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-last-day-in-crypto-secondfi-wind-down-night-bridge-exploit-31c43c3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GsluG1Q7ivrbN0qBg2Jl4

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-secondfi-wind-down-night-bridge-exploit-31c43c3a
```

Example prompt: Pull up the latest Last Day in Crypto article on Tenjin covering the SecondFi wind-down, the 290 million NIGHT bridge exploit, and xStocks expansion by Payward — handle is last-day-in-crypto and slug is last-day-in-crypto-secondfi-wind-down-wanchain-night-exploit-xstocks-expansion.

## When to prefer this

Use this endpoint when you need to retrieve this specific dated crypto news digest covering SecondFi, the NIGHT bridge exploit, xStocks, and MVMT Labs — particularly when the user wants a concise multi-story crypto briefing for that specific news cycle rather than a live feed or a different article.

## Known failure modes

- Invalid handle or slug returns a 404 not found error
- Paywall or x402 payment required error if payment is not included
- Network timeout if the content server is unavailable
- Article may be unavailable if unpublished or removed by creator

## How this service works

SecondFi is winding down after a Cardano wallet signing flaw, CoinDesk reported a 290 million NIGHT bridge exploit, Payward is taking xStocks beyond U.S. equities, and MVMT Labs entered Chapter 11.

## Output

Returns the full text and structured content of the specified crypto news digest article, including coverage of SecondFi's wind-down due to a Cardano wallet signing flaw, the 290M NIGHT bridge exploit reported by CoinDesk, Payward's xStocks expansion beyond U.S. equities, and MVMT Labs' Chapter 11 filing.

## 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-secondfi-wind-down-night-bridge-exploit-31c43c3a/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)
