# Token Risk Batch Scanner (x402)

> Token Risk Batch Scanner (x402) is a paid API for AI agents from 5-9-107-124.nip.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Scans up to 10 on-chain token/contract addresses for risk signals on a specified blockchain, paid per-call via USDC on Base using the x402 protocol.

## Facts

- Endpoint: GET https://5-9-107-124.nip.io/token-risk/batch
- 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/token-risk-batch-scanner-x402-62e8c028
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8AS3NGRYae9DDU3MgpSya

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 token-risk-batch-scanner-x402-62e8c028
```

Example prompt: Can you scan these three token contracts on Ethereum for risk signals: 0xabc123..., 0xdef456..., and 0x789ghi...? I want to know if any of them look like scams or have rug pull indicators before I invest.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call on-chain risk scan for token or contract addresses without creating an account or undergoing KYC. It is ideal for agents that need to batch-check up to 10 addresses at once and want to pay micro-fees in USDC on Base rather than holding an API subscription. Prefer this over subscription-based token risk APIs when cost predictability and anonymity matter.

## Known failure modes

- Invalid or malformed 0x address returns an error or null result for that address
- Unsupported chain identifier causes a scan failure
- Submitting more than 10 addresses may result in an error or truncated results
- Payment failure via x402/USDC blocks the request entirely
- Network timeout or RPC unavailability on the target chain causes incomplete results

## How this service works

On-chain token/contract risk scanner. Pay-per-call USDC on Base via x402. No account, no KYC.

## Output

Returns a risk assessment for each submitted contract address, including risk scores, flags, and signals indicating potential malicious behavior such as honeypots, rug pull mechanisms, hidden owner privileges, or other on-chain anomalies.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Chain to scan"
  },
  "addresses": {
   "type": "string",
   "description": "up to 10 comma-separated 0x addresses"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/token-risk-batch-scanner-x402-62e8c028/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 5-9-107-124.nip.io](https://www.zero.xyz/host/5-9-107-124.nip.io/llms.txt)
