# Tenjin Verified Base USDC Transfer Rows Dataset

> Tenjin Verified Base USDC Transfer Rows Dataset is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a verified JSONL dataset of 998 Base USDC transfer events across 500 blocks, with per-row values, a build manifest, and SHA256 checksums for integrity verification.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/0x884514a40b8284c7472b39e863e137c0a380bde2/verified-base-usdc-transfer-rows-998-events-500-blocks-full-checksums
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-verified-base-usdc-transfer-rows-dataset-e95de9bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1V5MUPZkvpU65ek_rSYIN

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-verified-base-usdc-transfer-rows-dataset-e95de9bb
```

Example prompt: Fetch me the verified Base USDC transfer dataset from Tenjin — the one with 998 events across 500 blocks, including the build manifest and SHA256 checksums, from the creator at wallet 0x884514a40b8284c7472b39e863e137c0a380bde2.

## When to prefer this

Choose this endpoint when you need a pre-verified, integrity-checked snapshot of Base mainnet USDC transfer events with SHA256 checksums and a build manifest, rather than querying a raw RPC yourself. Ideal for pipelines that require auditable, reproducible blockchain data without the overhead of running your own indexer or RPC replay (~90s to regenerate, ~3min to verify).

## Known failure modes

- Payment of 0.1 USDC not received or declined — returns 402 Payment Required
- Invalid or unresolvable wallet address handle — returns 404
- Slug not found for the given creator — returns 404
- Network or RPC unavailability causing stale data
- Rate limiting or access restriction on the x402 payment layer

## How this service works

Verified Base USDC Transfer Rows: 998 Events, 500 Blocks, Full Checksums. 998 Base USDC transfer events on mainnet, block- and tx-indexed, shipped as JSONL with per-row values, a build manifest and SHA256 sums. 500-block pinned window, v0.1.1 plus v0.1.0 snapshot, MIT generator, regenerable from public RPC in ~90s, verifiable in ~3 minutes.

## Output

A JSONL file containing 998 Base USDC transfer events indexed by block and transaction, with per-row values, a build manifest, and SHA256 checksums for every row. The dataset covers a pinned 500-block window on Base mainnet and is versioned at v0.1.1 (with a v0.1.0 snapshot also included). The data is regenerable from public RPC in ~90 seconds and verifiable in ~3 minutes.

## 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-verified-base-usdc-transfer-rows-dataset-e95de9bb/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)
