# Tenjin: Base Daily – Aerodrome Code Release Complete

> Tenjin: Base Daily – Aerodrome Code Release Complete 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).

Retrieves a paywalled Tenjin blog article reporting on Aerodrome's first code release on the Base ecosystem, including the status of MetaDEX and MetaDEX Slipstream repos.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/base-ecosystem/base-daily-aerodrome-code-release-complete
- 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-base-daily-aerodrome-code-release-complete-2446590c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jLKX7ashJokuqai4WyAi6

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-base-daily-aerodrome-code-release-complete-2446590c
```

Example prompt: Can you pull up the Tenjin Base Daily article about Aerodrome's code release and tell me whether the MetaDEX and MetaDEX Slipstream repos are actually confirmed or still provisional?

## When to prefer this

Use this endpoint when you need to retrieve this specific Tenjin article about Aerodrome's code release on Base. It is ideal when you want paywalled crypto/DeFi journalism delivered programmatically via x402 micropayment, and specifically need details on Aerodrome MetaDEX and Slipstream repo status. Prefer it over general web scraping when the content is behind a paywall or when you want a verified, structured article response from Tenjin's publishing platform.

## Known failure modes

- Payment failure if USDC balance is insufficient for the $0.05 per-call fee
- 404 if the slug or handle does not match a published article
- Article may be unavailable if unpublished or removed by the creator
- Handle resolution failure if the creator's handle is unclaimed and a wallet address is not provided instead

## How this service works

Base Daily: Aerodrome code release complete. Aerodrome says Aero's first code release is complete, but the public MetaDEX and MetaDEX Slipstream repos still read as provisional review code with no GitHub release tags.

## Output

The full text content of the Tenjin article covering Aerodrome's first code release on Base, including details about the public MetaDEX and MetaDEX Slipstream GitHub repository status (confirmed release tags vs. provisional review code).

## 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-base-daily-aerodrome-code-release-complete-2446590c/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)
