# Button Money Batch Token Security Scan

> Button Money Batch Token Security Scan is a paid API for AI agents from buttonmoney.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Scans up to 10 token addresses simultaneously for security vulnerabilities and risks on Base or other EVM chains

## Facts

- Endpoint: POST https://buttonmoney.vercel.app/api/premium/security/batch
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/button-money-batch-token-security-scan-9b093db1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oa764qT_elS6FbxlOKLlR

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 button-money-batch-token-security-scan-9b093db1 -d '<json body>'
```

Example prompt: Can you run a security scan on these 10 Base token addresses and tell me which ones have vulnerabilities or are risky: 0xabc...1, 0xabc...2, 0xabc...3, 0xabc...4, 0xabc...5, 0xabc...6, 0xabc...7, 0xabc...8, 0xabc...9, 0xabc...10?

## When to prefer this

Use this endpoint when you need to security-check multiple token contracts in a single call rather than making individual requests per token. Ideal for screening a watchlist, pre-trade safety checks for multiple assets, or portfolio risk assessment where batch efficiency matters. Prefer this over the single deep-analysis endpoint when breadth across many tokens is more important than maximum depth on one token.

## Known failure modes

- More than 10 tokens submitted — returns validation error
- Invalid token address format — scan fails for that token or entire batch
- Unsupported chain ID — defaults to Base (8453) or returns error
- Token contract not found on specified chain — returns not-found result for that address
- Payment not processed — 402 response requiring x402 payment
- Network or RPC timeout for on-chain verification — partial or failed results

## How this service works

Batch security scan for up to 10 tokens

## Output

Returns security scan results for each submitted token address, including vulnerability flags, risk indicators, and safety assessments — likely covering honeypot detection, ownership risks, liquidity lock status, and other contract-level security signals for up to 10 tokens in a single response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "tokens"
 ],
 "properties": {
  "tokens": {
   "type": "array",
   "description": "Array of token addresses to scan (max 10)"
  },
  "chainId": {
   "type": "number",
   "description": "Chain ID (default: 8453 for Base)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/button-money-batch-token-security-scan-9b093db1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buttonmoney.vercel.app](https://www.zero.xyz/host/buttonmoney.vercel.app/llms.txt)
