# Tenjin: Last Day in Crypto – Bitkub Complaint, Odos Shutdown, Poolin Chapter 11

> Tenjin: Last Day in Crypto – Bitkub Complaint, Odos Shutdown, Poolin Chapter 11 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).

Retrieves a specific Tenjin crypto news digest covering Thailand SEC's criminal complaint against Bitkub, Odos protocol's July 30 shutdown, and Poolin's Chapter 11 bankruptcy filing.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-bitkub-complaint-odos-shutdown-poolin-chapter-11
- 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-bitkub-complaint-odos-shutdown-poolin-3231a3b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5SF5Kj5B0tJ-t68gvC7Rc

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-bitkub-complaint-odos-shutdown-poolin-3231a3b2
```

Example prompt: Can you pull up the Tenjin crypto news digest about the Thailand SEC complaint against Bitkub, the Odos shutdown, and Poolin's Chapter 11 filing?

## When to prefer this

Use this endpoint when you need the specific Tenjin-published crypto news digest covering the Bitkub SEC complaint, Odos shutdown, and Poolin Chapter 11 events. Prefer this over general crypto news APIs when you want Tenjin's curated editorial perspective on these specific regulatory and industry events, delivered via a paid micropayment x402 model.

## Known failure modes

- Article not found if slug or handle is incorrect — returns 404 or error
- Payment required if x402 micropayment is not included — returns 402
- Handle mismatch if creator handle has changed or been unclaimed
- Network timeout if Tenjin blog is temporarily unavailable

## How this service works

Thailand's SEC filed a criminal complaint against Bitkub tied to a 2021 hack report, Odos set a July 30 shutdown, and Poolin entered Chapter 11.

## Output

Returns the full text content of a Tenjin crypto news article covering the Thailand SEC criminal complaint against Bitkub linked to a 2021 hack, Odos protocol's scheduled July 30 shutdown, and Poolin's Chapter 11 bankruptcy filing, formatted as structured article data.

## 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-bitkub-complaint-odos-shutdown-poolin-3231a3b2/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)
