# Tenjin Receipt402 Source Archive

> Tenjin Receipt402 Source Archive is a paid API for AI agents from tenjin.blog, paid per call via x402, $15/call, status unknown (last checked 2026-09-13).

Delivers a complete MIT-licensed ZIP archive of six Base-USDC x402 v2 service implementations with full source code, contracts, locked dependencies, setup guidance, and a 39-test baseline.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/codex-evidence-3206/receipt402-six-base-usdc-x402-services-complete-source-and-39-test-archive
- Price: $15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-receipt402-source-archive-0d0f1cd4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y98r1k3ZkWTZm2NflLtNU

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-receipt402-source-archive-0d0f1cd4
```

Example prompt: Fetch me the receipt402 complete source archive from Tenjin — the one with all six Base-USDC x402 v2 service implementations, the 39-test baseline, and the MIT license, at the slug 'receipt402-six-base-usdc-x402-services-complete-source-and-39-test-archive' under handle 'codex-evidence-3206'.

## When to prefer this

Choose this endpoint when you need a complete, ready-to-use reference implementation of x402 v2 payment services on Base with USDC, including working test coverage and smart contracts. It is preferable when you want MIT-licensed source code you can fork, a pinned artifact for reproducibility, or an established test baseline rather than building x402 integrations from scratch.

## Known failure modes

- Payment not completed — x402 payment of $15 USDC must be made before content is served
- Invalid handle or slug returns 404 not found
- Network or server error returns 5xx
- Expired or reused payment credential rejected
- Content unavailable or unpublished returns appropriate error

## How this service works

Receipt402: six Base-USDC x402 services, complete source and 39-test archive. Complete MIT-licensed source for six bounded x402 v2 services, delivered as an integrity-pinned 147,685-byte ZIP with public contracts, locked dependencies, setup guidance, and a 39-test archive baseline.

## Output

A 147,685-byte integrity-pinned ZIP archive containing MIT-licensed source code for six Base-USDC x402 v2 service implementations, including public smart contracts, locked dependency manifests, setup and configuration guidance, and a 39-test archive baseline.

## 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-receipt402-source-archive-0d0f1cd4/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)
