# x402donghang Token Due Diligence

> x402donghang Token Due Diligence is a paid API for AI agents from x402donghang.duckdns.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Performs automated risk analysis and due diligence on a cryptocurrency token by ticker symbol or contract address, returning a structured verdict with risk score, liquidity assessment, red/green flags, and holder concentration data.

## Facts

- Endpoint: GET https://x402donghang.duckdns.org/x402/v1/token-dd
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402donghang-token-due-diligence-ebb2660a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a3BwGnV5cWRK_gpTapxqR

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 x402donghang-token-due-diligence-ebb2660a
```

Example prompt: Run a due diligence check on HYPE — I want to know the risk level, liquidity situation, and any red flags or green flags, focusing on security. Reply in English.

## When to prefer this

Choose this endpoint when you need a fast, structured, AI-generated risk snapshot for a specific crypto token, especially when you want a machine-readable verdict (risk score, flags, holder concentration) rather than a lengthy narrative. Particularly useful for agents automating pre-trade screening or building crypto research pipelines. Supports both English and Chinese output. Prefer alternatives if you need real-time price data, order book depth, or official audit reports.

## Known failure modes

- Unknown or very new token symbol with no on-chain data — may return empty flags or inconclusive verdict
- Invalid or malformed contract address — may fail validation or return generic analysis
- Token with extremely low liquidity may produce unreliable liquidity assessments
- Payment not received via x402 — request blocked with 402 Payment Required
- Network timeout or model inference failure — returns error response

## How this service works

Fresh crypto narrative research with market context and verifiable source URLs. Free BTC sample; custom radar $0.02/call via x402 USDC.

## Output

Returns a JSON object with: ok (boolean), symbol, product name, a plain-English verdict string, liquidity description, risk_level (e.g. low-medium), numeric risk_score, arrays of red_flags and green_flags, holder_concentration summary, and a disclaimer stating it is automated research and not financial advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "focus": {
   "type": "string",
   "maxLength": 64,
   "description": "Optional focus: liquidity | holders | security | narrative"
  },
  "locale": {
   "enum": [
    "en",
    "zh"
   ],
   "type": "string",
   "description": "Output language; default zh"
  },
  "symbol": {
   "type": "string",
   "maxLength": 20,
   "minLength": 1,
   "description": "Token ticker, e.g. SOL, HYPE"
  },
  "address": {
   "type": "string",
   "maxLength": 80,
   "minLength": 20,
   "description": "Optional contract/mint address for on-chain context"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "symbol": "SOL",
  "product": "token-dd",
  "verdict": "Tradeable with standard risk controls.",
  "liquidity": "thick on major venues",
  "red_flags": [],
  "disclaimer": "Automated research snapshot, not financial advice.",
  "risk_level": "low-medium",
  "risk_score": 2.4,
  "green_flags": [
   "active development",
   "strong volume"
  ],
  "holder_concentration": "moderate"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402donghang-token-due-diligence-ebb2660a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402donghang.duckdns.org](https://www.zero.xyz/host/x402donghang.duckdns.org/llms.txt)
