# OnchainExpat x402 Token Report (Pokemon)

> OnchainExpat x402 Token Report (Pokemon) is a paid API for AI agents from x402.onchainexpat.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Fetches an AI-generated research report for a specified Pokemon via pay-per-request x402 micropayment

## Facts

- Endpoint: POST https://x402.onchainexpat.com/api/x402-research/token-report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainexpat-x402-token-report-pokemon-7246f38e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-OykKvs6LYLhnp7pKnN-A

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 onchainexpat-x402-token-report-pokemon-7246f38e -d '<json body>'
```

Example prompt: Can you pull the OnchainExpat token research report for Charizard?

## When to prefer this

Use this endpoint when you want an AI-generated research-style report on a specific Pokemon and are operating in an x402-enabled micropayment environment. Prefer this over general Pokemon APIs when you need structured, AI-curated analysis rather than raw game stats.

## Known failure modes

- Payment not included or insufficient USDC — 402 Payment Required response
- Invalid or unrecognized Pokemon name — may return empty or error JSON
- Network timeout on POST request
- Missing required x402 payment header — request rejected before processing
- Empty response body if Pokemon not found in underlying data source

## How this service works

Pay-per-request AI, crypto, proxy, and utility APIs using x402 protocol

## Output

A JSON object containing an AI-generated research or token-style report about the specified Pokemon, including relevant analysis data returned after a $0.50 USDC x402 micropayment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "Blockchain (default: base)"
  },
  "address": {
   "type": "string",
   "description": "Token contract address (0x + 40 hex chars)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "description": "Deep token report with AI analysis, on-chain data, web research, and risk assessment"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainexpat-x402-token-report-pokemon-7246f38e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.onchainexpat.com](https://www.zero.xyz/host/x402.onchainexpat.com/llms.txt)
