# Base Token Intelligence Report

> Base Token Intelligence Report is a paid API for AI agents from 146-190-76-192.sslip.io, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Generates a comprehensive token intelligence report for any Base chain token, including market snapshot, on-chain overview, sentiment analysis, and risk flags using real-time web research and LLM.

## Facts

- Endpoint: GET https://146-190-76-192.sslip.io/report
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-token-intelligence-report-1134f8bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pzN1zdRpReIaoy-5l6DMG

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 base-token-intelligence-report-1134f8bb
```

Example prompt: Can you pull a full token intelligence report on VIRTUAL on Base — I want the market snapshot, on-chain overview, sentiment, and any risk flags before I consider a position.

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized token intelligence report for a Base chain token combining real-time web data with on-chain analytics and LLM reasoning. Prefer this over raw on-chain data APIs when you want a human-readable narrative report with risk flags, sentiment, and market context in a single call rather than assembling data from multiple sources.

## Known failure modes

- Unknown token symbol or contract address — report may return empty or error
- Token not deployed on Base — chain mismatch causing no data
- Real-time web research failure — stale or incomplete data in report
- LLM timeout or rate limit — delayed or incomplete report generation
- Invalid contract address format — query parameter validation failure

## How this service works

Token intelligence report for any Base token: market snapshot, on-chain overview, sentiment & narrative analysis, risk flags. Real-time web research + LLM. Keywords: token research, due diligence, risk analysis, on-chain data, Base, crypto intelligence.

## Output

A structured JSON response containing the chain, model used, token name, a detailed markdown token intelligence report (with market snapshot, on-chain overview, sentiment and narrative analysis, and risk flags), and a generatedAt timestamp.

## 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"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "token"
     ],
     "properties": {
      "chain": {
       "type": "string",
       "description": "Chain, default Base"
      },
      "notes": {
       "type": "string",
       "description": "Any extra focus for the report"
      },
      "token": {
       "type": "string",
       "description": "Token symbol, name or contract address to research"
      },
      "contractAddress": {
       "type": "string",
       "description": "Contract address if known"
      }
     }
    }
   },
   "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/base-token-intelligence-report-1134f8bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 146-190-76-192.sslip.io](https://www.zero.xyz/host/146-190-76-192.sslip.io/llms.txt)
