# NFT Collection Stats (Scam Check & Owner Concentration)

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

Returns NFT collection statistics including supply, owner count, top-10 holder concentration, and per-marketplace floor prices with scam-detection signals, cached up to 24 hours.

## Facts

- Endpoint: GET https://x402.professorsausages.com/nft/:chain/collection/:address/stats
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nft-collection-stats-scam-check-owner-concentration-80623596
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t11MT1EMI6yJkwOBzzh88

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-stats-scam-check-owner-concentration-80623596
```

Example prompt: Can you pull the collection stats for the NFT contract 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13d on Ethereum — I want to know the total supply, how many unique owners there are, whether the top 10 wallets hold a suspicious chunk, and what the floor price looks like across marketplaces?

## When to prefer this

Use this endpoint when you need a quick, affordable ($0.005) snapshot of an NFT collection's health, ownership distribution, and cross-marketplace floor prices — especially for scam/rug-pull detection based on holder concentration. Prefer this over on-chain RPC calls when you want aggregated multi-marketplace data without building your own indexer. Best for due diligence on unfamiliar collections before purchasing.

## Known failure modes

- Invalid or non-existent contract address returns an error or empty result
- Unsupported chain identifier causes a bad request response
- Collection too new or illiquid — floor price data may be absent or stale
- Rate limiting or payment failure if x402 payment not properly handled
- Cached data up to 24h old may not reflect very recent trades or mints

## How this service works

Collection stats: supply, owners, top-10 concentration, per-marketplace floor — cached ≤24h

## Output

Returns NFT collection statistics including total token supply, number of unique owners, top-10 wallet concentration percentage (useful for detecting wash trading or whale dominance), per-marketplace floor prices, and derived scam-risk signals. Data is cached for up to 24 hours.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nft-collection-stats-scam-check-owner-concentration-80623596/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)
