# Tenjin: Last Day in Crypto — Brazil Holds, BIP-110 Stall, BTCPay Remote Access

> Tenjin: Last Day in Crypto — Brazil Holds, BIP-110 Stall, BTCPay Remote Access 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).

Fetches the full text of a specific Tenjin crypto news digest article covering Brazil's 24-hour crypto transfer holds, BIP-110 Bitcoin branch stall, and BTCPay Lightning remote access fix.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-brazil-holds-bip-110-stall-btcpay-remote-access
- 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-last-day-in-crypto-brazil-holds-bip-110-stall-btcpay-remote-0c803dbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gvCZKI0sk6aJg-qMi1BjI

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-brazil-holds-bip-110-stall-btcpay-remote-0c803dbe
```

Example prompt: Pull up the Tenjin crypto digest about Brazil's new 24-hour hold on crypto transfers, the BIP-110 Bitcoin branch stalling after two blocks, and BTCPay's remote Lightning access fix after the exploit.

## When to prefer this

Choose this endpoint when you need the exact text of this specific Tenjin crypto digest article covering Brazil crypto holds, BIP-110, and BTCPay security. Use when you want a curated, paid-quality crypto news narrative rather than raw social feeds or aggregator headlines. Prefer over generic news APIs when the agent needs concise, expert-written crypto infrastructure and regulatory summaries.

## Known failure modes

- Article not found if slug or handle is incorrect — returns 404
- Payment required error (402) if x402 micropayment of $0.05 USDC is not provided
- Invalid handle or slug format returns validation error
- Network timeout if tenjin.blog is unreachable

## How this service works

Last Day in Crypto: Brazil Holds, BIP-110 Stall, BTCPay Remote Access. Brazil's central bank set up 24-hour holds for some crypto transfers from 2027, the BIP-110-enforcing Bitcoin branch stalled after two blocks, and BTCPay restricted remote Lightning access after its active-exploit fix.

## Output

The full article content of the specified Tenjin crypto news digest, including narrative coverage of Brazil's central bank 24-hour crypto transfer hold policy (effective 2027), the BIP-110 Bitcoin branch stall after two blocks, and BTCPay's decision to restrict remote Lightning access following an active exploit patch.

## 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-brazil-holds-bip-110-stall-btcpay-remote-0c803dbe/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)
