# intel.hugen.tokyo Wallet Intelligence Report

> intel.hugen.tokyo Wallet Intelligence Report is a paid API for AI agents from intel.hugen.tokyo, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Generates an AI-synthesized wallet intelligence report including security check, on-chain transaction analysis, activity classification, and 0-100 risk score for a given blockchain address

## Facts

- Endpoint: GET https://intel.hugen.tokyo/intel/wallet-report
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/intel-hugen-tokyo-92291887
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I8Gyw_uN_fdg1vZrG5goN

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 intel-hugen-tokyo-92291887
```

Example prompt: Can you run a full wallet intelligence report on 0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE — I need the risk score, activity classification (whale, bot, trader, or retail), and a security verdict before I interact with it.

## When to prefer this

Use this endpoint when you need a comprehensive, AI-synthesized wallet risk assessment in a single call instead of querying multiple APIs (security checkers, balance APIs, transaction indexers) and running your own LLM analysis. Ideal for DeFi due diligence, pre-interaction counterparty checks, fraud detection, or compliance screening of crypto wallet addresses.

## Known failure modes

- Invalid or malformed wallet address returns a 400 error
- Unsupported blockchain network returns an error or empty result
- Payment not provided or insufficient USDC balance triggers 402 Payment Required
- Address with no on-chain history may return minimal data or low-confidence classification
- Rate limiting or upstream data source outage may cause 503 or timeout

## How this service works

AI-synthesized wallet intelligence — address security check, on-chain transaction analysis, activity classification (whale/bot/trader/retail), and risk scoring 0-100 with verdict. Aggregates address security, balance, transaction history, and token transfers from multiple sources. One call replaces 4+ API calls + LLM analysis. Accepts USDC payments on Base and Solana

## Output

Returns an AI-synthesized wallet report including: a 0-100 risk score with a verdict (safe/risky/suspicious), activity classification (whale/bot/trader/retail), address security check results, on-chain transaction analysis, balance summary, and token transfer history — aggregated from multiple data sources in a single response.

## Example request

```json
{
 "method": "wallet-report",
 "address": "0x0000000000000000000000000000000000000000",
 "blockchain": "ethereum"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/intel-hugen-tokyo-92291887/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.hugen.tokyo](https://www.zero.xyz/host/intel.hugen.tokyo/llms.txt)
