# NFT Wallet Scam Exposure Check

> NFT Wallet Scam Exposure 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).

Checks a wallet address for NFT scam exposure, returning a verdict plus per-holding evidence including spam flags and copymint collision data, cached up to 24 hours

## Facts

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

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-wallet-scam-exposure-check-67f02a23
```

Example prompt: Can you check if the Ethereum wallet 0x742d35Cc6634C0532925a3b8D4C9B7e8f6b2e3a1 has been exposed to any scam or spam NFTs, and show me which ones look like copymints?

## When to prefer this

Use this endpoint when you need a quick, affordable per-wallet NFT scam audit with itemized evidence per holding (spam flags, copymint collisions) rather than just a token-level or contract-level check; ideal for screening wallets before trades, airdrops, or integrations where NFT authenticity matters

## Known failure modes

- Unsupported chain identifier returns 404 or 400 error
- Invalid or malformed wallet address returns validation error
- Chain not indexed or wallet has no NFT history may return empty results
- Cache miss on a large wallet may add latency
- Rate limiting or payment failure returns 402 or 429

## How this service works

Wallet scam exposure: verdict + per-holding evidence (spam flags, copymint collisions) — cached ≤24h

## Output

Returns an overall scam-exposure verdict for the wallet plus per-NFT-holding evidence including spam flags and copymint collision details; results may be served from cache up to 24 hours old

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nft-wallet-scam-exposure-check-67f02a23/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)
