# NFT Collection Scam Check

> NFT Collection Scam Check is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Runs a deterministic scam checklist on an NFT collection — returning a verdict plus evidence including spam flags, copymint collision detection, and ownership concentration analysis

## Facts

- Endpoint: GET https://x402.professorsausages.com/nft/:chain/collection/:address/scam-check
- 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/nft-collection-scam-check-cf68e7db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LbGDQapPks4QCdfsxoUTi

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 nft-collection-scam-check-cf68e7db
```

Example prompt: Can you run a scam check on the NFT collection at contract address 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13d on Ethereum and tell me if it's flagged for spam, copymint collisions, or suspicious ownership concentration?

## When to prefer this

Use this endpoint when you need a fast, deterministic, evidence-backed scam verdict on a specific NFT collection before a user purchases or interacts with it. Prefer this over generic token safety checks when the asset is an NFT (ERC-721/ERC-1155) rather than an ERC-20 fungible token. The cached results (≤24h) make it cost-effective for repeated checks on the same collection.

## Known failure modes

- Invalid or unsupported chain identifier — endpoint returns error indicating chain is not supported
- Contract address not found on the specified chain — returns not-found or empty result
- Malformed contract address format — returns validation error
- Rate limiting or payment failure — returns 402 or 429 status
- Upstream blockchain node timeout causing incomplete analysis

## How this service works

Deterministic scam checklist with verdict + evidence (spam flags, copymint collision, concentration) — cached ≤24h

## Output

Returns a deterministic scam verdict (pass/fail) with supporting evidence: spam flags, copymint collision matches against known legitimate collections, and ownership concentration metrics indicating whale or wash-trading risk. Results are cached for up to 24 hours.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nft-collection-scam-check-cf68e7db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
