# Tenjin – Last Day in Crypto: Lido CMv2, 1inch Aqua, Ondo Network

> Tenjin – Last Day in Crypto: Lido CMv2, 1inch Aqua, Ondo Network 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 a specific crypto industry news digest article covering Lido's Curated Module v2, 1inch Aqua across EVM chains, and Ondo's offchain execution network for Perps

## Facts

- Endpoint: GET https://tenjin.blog/api/read/last-day-in-crypto/last-day-in-crypto-lido-cmv2-1inch-aqua-ondo-network
- 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-lido-cmv2-1inch-aqua-ondo-network-d5e0445d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A9GadYYijdp_g-Nxrhz_I

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-lido-cmv2-1inch-aqua-ondo-network-d5e0445d
```

Example prompt: Pull up the Tenjin article covering Lido's Curated Module v2 launch, 1inch Aqua opening across 13 EVM chains, and Ondo recasting its chain plan as an offchain execution network for Ondo Perps.

## When to prefer this

Use this endpoint when you need to retrieve this specific Tenjin article about Lido CMv2, 1inch Aqua, and Ondo Network; it is the canonical paid-access source for this editorial digest and is preferable over scraped or cached versions when you need the authoritative, full-text content with guaranteed freshness.

## Known failure modes

- Article not found if slug is incorrect or misspelled (404)
- Payment not settled correctly returns 402 payment required
- Handle does not match a known creator (404 or empty result)
- Network timeout if Tenjin server is temporarily unavailable
- Using handle 'latest' instead of wallet address for a durable latest alias returns unpayable response

## How this service works

Lido launched Curated Module v2, 1inch opened Aqua across 13 EVM chains, and Ondo recast its chain plan as an offchain execution network for Ondo Perps.

## Output

Returns the full text content of the Tenjin editorial article as a structured object, including the narrative covering Lido CMv2 launch details, 1inch Aqua's 13-chain EVM rollout, and Ondo's repositioning of its chain strategy as an offchain execution network for Ondo Perps.

## 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-lido-cmv2-1inch-aqua-ondo-network-d5e0445d/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)
