# NFT Collection Sales Analytics (Scam Check, Owners)

> NFT Collection Sales Analytics (Scam Check, Owners) 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-15).

Returns recent normalized NFT sales with summary stats (count, median price, marketplace breakdown) for a given collection, cached up to 24 hours

## Facts

- Endpoint: GET https://x402.professorsausages.com/nft/:chain/collection/:address/sales
- Price: $0.005/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-sales-analytics-scam-check-owners-95b928d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GAxII7Wma1hH1BBSfHXNl

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-sales-analytics-scam-check-owners-95b928d7
```

Example prompt: Can you pull the recent sales summary for the NFT collection at address 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13d on Ethereum — I want to see the median sale price, how many sold, and which marketplaces they're trading on?

## When to prefer this

Use this endpoint when you need a quick, normalized summary of recent NFT collection sales activity including median price and marketplace breakdown, and can tolerate up to 24-hour cached data. Prefer this over real-time order-book APIs when a historical snapshot is sufficient and cost efficiency matters.

## Known failure modes

- Invalid or unrecognized chain identifier — 400 or empty result
- Collection address not found or no sales data available — empty sales array
- Unsupported chain — endpoint may return error or no data
- Cached data may be up to 24 hours stale — real-time price accuracy not guaranteed
- Rate limiting or payment failure via x402 protocol

## How this service works

Recent normalized sales + summary (count, median price, marketplace breakdown) — cached ≤24h

## Output

A normalized list of recent NFT sales for the specified collection plus an aggregated summary including total sale count, median price, and a breakdown of sales by marketplace. Data is cached up to 24 hours.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nft-collection-sales-analytics-scam-check-owners-95b928d7/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)
