# Tenjin: Last Day in Crypto – HormuzSafe Sanctions, EF Board & Samsung SDS

> Tenjin: Last Day in Crypto – HormuzSafe Sanctions, EF Board & Samsung SDS 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 specific Tenjin crypto news digest covering OFAC sanctions on HormuzSafe, the Ethereum Foundation board update, and Samsung SDS stablecoin discussions

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-hormuzsafe-sanctions-ef-board-samsung-sds
- 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-hormuzsafe-sanctions-ef-board-samsung-sds-cde00118
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i9gdms3QvgAoq-8tzZtXK

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-hormuzsafe-sanctions-ef-board-samsung-sds-cde00118
```

Example prompt: Pull up the Tenjin crypto digest about HormuzSafe being sanctioned by OFAC, the Ethereum Foundation board news with pcaversaccio, and Samsung SDS discussing stablecoin infrastructure with Dunamu — the article slug is last-day-in-crypto-hormuzsafe-sanctions-ef-board-samsung-sds under the last-day-in-crypto handle.

## When to prefer this

Use this endpoint when you need the specific Tenjin news digest covering the HormuzSafe OFAC sanctions, Ethereum Foundation board changes, and Samsung SDS stablecoin news. Prefer over general web search when you want a structured, paywalled-but-authoritative crypto digest with a consistent JSON response format.

## Known failure modes

- Article not found if slug or handle is incorrect (404)
- Payment failure if USDC balance insufficient for $0.05 fee (402)
- Handle/slug mismatch returns wrong or no article
- Network timeout if tenjin.blog is unreachable

## How this service works

OFAC sanctioned HormuzSafe over Bitcoin and digital-asset payments, pcaversaccio joined the Ethereum Foundation board, and Samsung SDS said it is discussing stablecoin infrastructure with Dunamu.

## Output

Full article content from the Tenjin crypto news digest, including coverage of OFAC sanctions on HormuzSafe for Bitcoin/digital-asset payments, pcaversaccio joining the Ethereum Foundation board, and Samsung SDS stablecoin infrastructure discussions with Dunamu.

## 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-hormuzsafe-sanctions-ef-board-samsung-sds-cde00118/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)
