# Tenjin Stablecoin Payments Census Article

> Tenjin Stablecoin Payments Census Article is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves a paid article presenting a complete 30-day census of 317,621 on-chain stablecoin payments, all in USDC on Base, with dataset and reproduction script.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/agent-market-data/317-621-stablecoin-payments-in-30-days-and-every-single-one-was-usdc
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-stablecoin-payments-census-article-c748534a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vr4wDOoD28KmhqAtfh4_L

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-stablecoin-payments-census-article-c748534a
```

Example prompt: Pull up that Tenjin article on the 317,621 stablecoin payments census — I want to see the full breakdown of USDC payment activity on Base, including the median transaction size and the included dataset.

## When to prefer this

Choose this endpoint when you need empirical, measured data on real on-chain stablecoin payment activity — specifically the complete 30-day USDC/Base payment census with reproduction script. Prefer it over general DeFi dashboards or aggregators when you want a self-contained, verifiable dataset with methodology included rather than live aggregate stats.

## Known failure modes

- Article slug or handle not found — returns 404
- Payment not confirmed before content delivery — returns 402 if x402 payment flow fails
- Network or gateway timeout
- Handle resolves to unclaimed creator with no published article at this slug

## How this service works

317,621 stablecoin payments in 30 days, and every single one was USDC. A complete census of a payment network where every transaction settles on-chain: 317,621 paid calls in 30 days, 100.00% denominated in USDC, 100.00% on Base. Median payment $0.009 — half are under a cent, below the fixed component of card interchange. Small, extremely concentrated, and measured rather than asserted. Dataset and reproduction script included.

## Output

The full text of a Tenjin article presenting a 30-day census of 317,621 on-chain stablecoin payments, all denominated in USDC and settled on Base. Includes statistics such as 100% USDC concentration, 100% Base network share, median payment of $0.009, plus an embedded dataset and a reproduction script for independent verification.

## 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-stablecoin-payments-census-article-c748534a/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)
