# NFT Collection Live Sales Feed

> NFT Collection Live Sales Feed is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.015/call, status down (last checked 2026-09-01).

Fetches the most recent normalized sales data for an NFT collection on a given chain, always refreshed live

## Facts

- Endpoint: GET https://x402.professorsausages.com/nft/:chain/collection/:address/sales/live
- Price: $0.015/call
- Payment: x402
- Status: down
- Last checked: 2026-09-01
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nft-collection-live-sales-feed-cb0f3f1a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iPXMqTJIBpGO17j3VpkZn

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-live-sales-feed-cb0f3f1a
```

Example prompt: Pull the most recent live sales for the NFT collection at contract address 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13d on Ethereum — I want fresh, normalized sale records, not cached data.

## When to prefer this

Use this endpoint when you need the freshest possible NFT sales data for a specific collection and chain, and stale cached data is unacceptable. Prefer this over cached endpoints when monitoring active markets, detecting price movements, or doing real-time scam/wash-trade analysis.

## Known failure modes

- Invalid or unsupported chain identifier returns an error or empty result
- Contract address not found or not an NFT collection returns empty or error
- Network/RPC issues cause fetch failure for live data
- Payment not accepted (x402 payment required, USDC 0.015)
- Rate limiting if called too frequently

## How this service works

Recent normalized sales — always fetched fresh

## Output

A list of recent normalized NFT sales for the specified collection and chain, fetched live (not cached), including sale prices, token IDs, timestamps, and buyer/seller details where available.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nft-collection-live-sales-feed-cb0f3f1a/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)
