# Tenjin Daily Crypto Digest – Coldcard/Bitget/HashKey/Bithumb Edition

> Tenjin Daily Crypto Digest – Coldcard/Bitget/HashKey/Bithumb Edition 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 a paid daily crypto news digest covering Coldcard-linked BTC losses, Bitget Japan exit, HashKey JPMorgan account approval, and Bithumb IPO plans

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-coldcard-fourth-wave-bitget-japan-exit-hashkey-jpmorgan
- 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-daily-crypto-digest-coldcard-bitget-hashkey-bithumb-edition-1f9bea0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uadI7lVJi9f8i_hzsWmU8

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-daily-crypto-digest-coldcard-bitget-hashkey-bithumb-edition-1f9bea0c
```

Example prompt: Fetch me the Tenjin 'last day in crypto' article about Coldcard losses, Bitget Japan exit, HashKey JPMorgan approval, and Bithumb's IPO timetable — it's the one by the handle 'last-day-in-crypto' with slug 'last-day-in-crypto-coldcard-fourth-wave-bitget-japan-exit-hashkey-jpmorgan'.

## When to prefer this

Choose this endpoint when you specifically need the Tenjin-published daily crypto digest covering Coldcard losses, Bitget Japan exit, HashKey regulatory news, or Bithumb IPO — and you are willing to pay $0.05 USDC via x402 micropayment. Prefer this over general crypto news APIs when you need a curated, narrative editorial digest rather than raw market data, and when the specific article slug is known. Not suitable for live price data, on-chain queries, or general news search.

## Known failure modes

- Payment not completed (x402 402 Payment Required response) — agent must settle 0.05 USDC before content is returned
- Invalid handle or slug returns 404 — verify exact path components match published article
- Article may be unavailable if creator unpublishes or rotates slug
- Network timeout if tenjin.blog is unreachable
- Stale or cached content if article was recently updated

## How this service works

Coldcard-linked losses may have reached 1,816 BTC across more than 5,200 addresses, Bitget said it will end service to Japan residents, HashKey received JPMorgan client-money account approval, and Bithumb set a 2028 IPO timetable.

## Output

Returns the full text of a micropayment-gated daily crypto news digest article covering specific events: Coldcard-linked BTC losses (~1,816 BTC, 5,200+ addresses), Bitget ending service to Japan residents, HashKey Exchange receiving JPMorgan client-money account approval, and Bithumb's 2028 IPO timetable. Content is gated by an x402 payment of $0.05 USDC per call.

## 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-daily-crypto-digest-coldcard-bitget-hashkey-bithumb-edition-1f9bea0c/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)
