# NFT Collection Live Stats

> NFT Collection Live Stats 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-15).

Fetches always-fresh on-chain collection statistics (floor price, volume, owner count, supply, etc.) for any NFT collection by chain and contract address

## Facts

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

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-stats-a3ba0546
```

Example prompt: Pull the live collection stats for the Bored Ape Yacht Club contract 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D on Ethereum — I want the current floor price, owner count, and total volume right now, not cached data.

## When to prefer this

Use this endpoint when you need the most up-to-date NFT collection statistics without relying on cached data — ideal for real-time dashboards, price alerts, or time-sensitive trading decisions. Prefer over sibling endpoints when you need collection-level aggregates rather than per-token rarity or trait data.

## Known failure modes

- Invalid or unsupported chain identifier returns 400 or empty result
- Contract address not found or not an NFT contract returns 404 or empty stats
- Upstream data provider (Alchemy/OpenSea/etc.) unavailable causes 503 or timeout
- Malformed contract address format causes validation error
- Payment not processed (x402 payment required) returns 402

## How this service works

Collection stats — always fetched fresh

## Output

Returns freshly fetched (non-cached) collection-level statistics for the specified NFT contract, including metrics such as floor price, total trading volume, number of unique owners, total supply, and other on-chain market indicators.

## More

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