# Tenjin: Last Day in Crypto — HTX Sanctions, Dango Shutdown, World Funding

> Tenjin: Last Day in Crypto — HTX Sanctions, Dango Shutdown, World Funding is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns the full text of a pay-per-read crypto news digest covering EU Russia sanctions hitting HTX, Dango's August shutdown, and World Foundation's $52.5M raise.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-htx-sanctions-dango-shutdown-world-funding
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-last-day-in-crypto-htx-sanctions-dango-shutdown-world-funding-754afe29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6SLP8IcTAa8LhofEjG5vK

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-htx-sanctions-dango-shutdown-world-funding-754afe29
```

Example prompt: Fetch the Tenjin article about EU Russia sanctions hitting HTX, the Dango shutdown, and World Foundation's funding round — the one filed under the slug 'last-day-in-crypto-htx-sanctions-dango-shutdown-world-funding' by creator handle 'last-day-in-crypto'.

## When to prefer this

Choose this endpoint when you specifically need the full content of this particular Tenjin crypto news digest covering HTX sanctions, Dango shutdown, and World Foundation funding. It is a pay-per-read article accessed via x402 micropayment, making it suitable for agents authorized to spend small amounts of USDC for premium content rather than relying on free aggregators.

## Known failure modes

- Invalid or mismatched handle/slug combination returns a 404 or empty result
- Payment not settled correctly results in a 402 challenge without content delivery
- Article may become stale or unavailable if unpublished by creator
- Network timeout if Tenjin blog infrastructure is unavailable

## How this service works

The EU's Russia sanctions reached HTX and other crypto-service entities, Dango set an August shutdown, and World Foundation raised $52.5 million.

## Output

Full text JSON of the pay-per-read article covering EU Russia sanctions reaching HTX and other crypto entities, Dango's August shutdown announcement, and World Foundation's $52.5M funding round, as published on Tenjin.

## 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-htx-sanctions-dango-shutdown-world-funding-754afe29/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)
