# NFT Collection Pulse (Floor Price, Sales Snapshot, Scam Check)

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

Returns a real-time pulse for an NFT collection including floor price, latest sales snapshot, and cursor-delta tracking for a given chain and contract address.

## Facts

- Endpoint: GET https://x402.professorsausages.com/nft/:chain/collection/:address/pulse
- Price: $0.002/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-pulse-floor-price-sales-snapshot-scam-check-37a4ca3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ATYDPA3NvLgmH84R6Guib

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-pulse-floor-price-sales-snapshot-scam-check-37a4ca3e
```

Example prompt: What's the current floor price and latest sales activity for the NFT collection at contract 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D on Ethereum — give me a live pulse snapshot.

## When to prefer this

Use this endpoint when you need live, real-time NFT collection floor price and sales data for a specific contract address on a supported chain. It is ideal for monitoring collection activity, detecting sudden floor drops, or checking whether a collection has recent sales. Prefer this over static or cached NFT data sources when freshness matters.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Contract address not found or not an NFT collection returns empty or error response
- Rate limiting if called excessively without delay
- Unsupported chain returns 400 or null result
- Network timeout for slow RPC nodes on certain chains

## How this service works

Realtime collection pulse: floor + latest sales snapshot with cursor deltas; ALWAYS live

## Output

Returns a real-time collection pulse object including the current floor price, a snapshot of the most recent sales, and cursor delta values for tracking incremental changes since the last query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nft-collection-pulse-floor-price-sales-snapshot-scam-check-37a4ca3e/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)
