# x402 Token Report

> x402 Token Report is a paid API for AI agents from x402-token-report.dylan-caponi.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns an AI-generated bull/bear analysis report for a given crypto token, including price data, rug indicators, liquidity, and a verdict, paid per-call with USDC on Base via x402.

## Facts

- Endpoint: GET https://x402-token-report.dylan-caponi.workers.dev/report/%7Btoken%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-token-report-817ce8d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dEor_zwK6Xq3EaTbMqEht

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 x402-token-report-817ce8d1
```

Example prompt: Can you pull a token report for Ethereum — I want the AI verdict, bull and bear cases, rug indicators, and confidence score before I decide whether to buy?

## When to prefer this

Choose this endpoint when you need a fast, consolidated AI-generated token analysis that aggregates price, liquidity, rug safety, and fundamental outlook in a single paid call — especially useful for pre-investment screening of DeFi or meme tokens. Prefer it over manual data aggregation from CoinGecko, DexScreener, and GoPlus separately when you want an opinionated BULLISH/BEARISH verdict with confidence scoring rather than raw data. Best suited for on-demand, per-token lookups rather than bulk portfolio analysis.

## Known failure modes

- Unknown or very new token with insufficient on-chain data — may return empty fields or low confidence score
- Token symbol ambiguity (e.g. multiple tokens share the same ticker) — may return data for the wrong token
- Network or upstream data source outage (CoinGecko, DexScreener, etc.) leading to partial or failed response
- Payment failure via x402 if USDC balance on Base is insufficient — request will not be fulfilled
- Rate limiting or timeout on the Cloudflare Worker if the token lookup is slow

## How this service works

AI-powered crypto token analysis, paid per-call with USDC on Base via x402.

## Output

A JSON object containing the token name, current USD price, 24h and 7d price changes, market cap, an AI-generated summary, a BULLISH or BEARISH verdict, bull case and bear case argument lists, DEX liquidity data (pair count and total USD), a confidence score (0-100), any rug indicators detected, and the data sources used (CoinGecko, DexScreener, GoPlus, DefiLlama).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "example": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "price": {
   "usd": 2100,
   "change_7d": 8.2,
   "change_24h": 3.5,
   "market_cap": 250000000000
  },
  "token": "ethereum",
  "summary": "ETH shows strong fundamentals with growing DeFi TVL and institutional adoption.",
  "verdict": "BULLISH",
  "bear_case": [
   "Regulatory uncertainty",
   "Competition from L2s"
  ],
  "bull_case": [
   "Strong ecosystem growth",
   "Deflationary supply post-merge"
  ],
  "liquidity": {
   "dex_pairs": 500,
   "total_usd": 5000000000
  },
  "confidence": 82,
  "data_sources": [
   "coingecko",
   "dexscreener",
   "goplus",
   "defillama"
  ],
  "rug_indicators": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-token-report-817ce8d1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-token-report.dylan-caponi.workers.dev](https://www.zero.xyz/host/x402-token-report.dylan-caponi.workers.dev/llms.txt)
