# BigBug Token Intelligence Report

> BigBug Token Intelligence Report is a paid API for AI agents from x402.bigbug.ai, paid per call via x402, $0.1/call, status down (last checked 2026-09-14).

Returns a comprehensive intelligence report on any Base chain token, including liquidity, holder distribution, trading volume, and security analysis

## Facts

- Endpoint: POST https://x402.bigbug.ai/api/v1/token-intel
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-bigbug-ai-4379c333
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LaI389f296wCCECZbz7Q_

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-bigbug-ai-4379c333 -d '<json body>'
```

Example prompt: Can you pull a full token intelligence report for the Base chain token at address 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed — I want to see liquidity, holder count, volume, and any security red flags before I buy in.

## When to prefer this

Use this endpoint when you need a comprehensive on-chain due diligence report on a Base chain token before trading or investing — especially when security analysis (rug pull risk, ownership concentration) is needed alongside liquidity and volume data. Prefer this over generic block explorers when you need structured, machine-readable output combining multiple intelligence dimensions in one call.

## Known failure modes

- Invalid or unrecognized token contract address returns an error
- Unsupported chain value (only Base is supported) returns a validation error
- Token with no on-chain data or very recently deployed may return incomplete metrics
- Network or RPC issues may cause timeout or partial data
- Payment of 0.1 USDC not fulfilled results in 402 Payment Required

## How this service works

Token intelligence report — liquidity, holders, volume, security analysis for any token on Base

## Output

A structured token intelligence report covering liquidity depth, number and distribution of holders, trading volume metrics, and a security analysis (e.g. contract risks, honeypot signals, ownership concentration) for the specified token on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "chain",
  "tokenAddress"
 ],
 "properties": {
  "chain": {
   "type": "string"
  },
  "tokenAddress": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-bigbug-ai-4379c333/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.bigbug.ai](https://www.zero.xyz/host/x402.bigbug.ai/llms.txt)
