# Batch Wallet Address Risk Screener

> Batch Wallet Address Risk Screener is a paid API for AI agents from atq6wtkp6k.execute-api.us-east-1.amazonaws.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Screen up to 10 wallet addresses across EVM, Solana, TON, or Bitcoin chains in one call for known scam, exploit, drainer, or sanctions association, returning per-address risk level and flags.

## Facts

- Endpoint: POST https://atq6wtkp6k.execute-api.us-east-1.amazonaws.com/prod/v1/payg/wallet-screen-batch
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/batch-wallet-address-risk-screener-c13fec51
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4BHQC-eBklqfbEQ4bRusB

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 batch-wallet-address-risk-screener-c13fec51 -d '<json body>'
```

Example prompt: Can you screen these 8 wallet addresses for scam or exploit risk in one go — 0xABC123..., 0xDEF456..., and six others — and tell me which ones are high-risk and why?

## When to prefer this

Choose this endpoint when you need to screen multiple wallet addresses in a single API call to minimize cost and latency, especially in bulk trading workflows, portfolio monitoring pipelines, or onboarding flows where evaluating counterparties one at a time would be too slow or expensive. It supports cross-chain screening (EVM, Solana, TON, Bitcoin) in one request, making it ideal when your address list spans multiple blockchains. Prefer the single-address endpoint instead when you only have one address to check and want simpler response handling.

## Known failure modes

- More than 10 addresses submitted — request rejected with validation error
- Malformed or unrecognizable address format — per-address error field populated
- Unknown or unsupported chain detected — error returned for that address entry
- Network or upstream data-source timeout — may return partial results or 500 error
- Payment not processed — 402 response blocking the call

## How this service works

Screen up to 10 wallet addresses (any chain: EVM, Solana, TON, Bitcoin) for known scam or exploit association in a single call. Returns per-address risk level and flags. Use for bulk counterparty screening in trading or portfolio-monitoring agent workflows.

## Output

Returns a JSON array of results for each submitted address, including the detected chain, the assigned risk_level (e.g. low/medium/high), an array of risk_flags describing specific threat associations (scam, drainer, exploit, sanctions, etc.), and a summary count of total addresses screened and how many came back high-risk.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "addresses": {
   "type": "array",
   "items": {
    "type": "string"
   },
   "maxItems": 10,
   "description": "Up to 10 wallet addresses (any chain: EVM, Solana, TON, Bitcoin)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/batch-wallet-address-risk-screener-c13fec51/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atq6wtkp6k.execute-api.us-east-1.amazonaws.com](https://www.zero.xyz/host/atq6wtkp6k.execute-api.us-east-1.amazonaws.com/llms.txt)
