# CoinStats NFT Collection Data

> CoinStats NFT Collection Data is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns NFT collection metrics including floor price, trading volume, total supply, holder count, and metadata for a given contract address

## Facts

- Endpoint: GET https://x402.coinstats.app/nft/collection/:address
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-6fc2dd59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e4p3zqI_FH6x7vZ-55rXB

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 x402-coinstats-app-6fc2dd59
```

Example prompt: Pull the CoinStats NFT collection data for the Bored Ape Yacht Club contract at 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D — I want the current floor price, trading volume, total supply, and number of holders.

## When to prefer this

Use this endpoint when you need NFT collection-level metrics (floor price, volume, supply, holders) by contract address and want data aggregated by CoinStats rather than querying raw on-chain data or a generic NFT marketplace API. Best suited for agents that already work within the CoinStats x402 ecosystem and need fast, cost-efficient per-call lookups.

## Known failure modes

- Invalid or malformed contract address returns a 400 or 404 error
- Contract address exists on-chain but is not indexed by CoinStats returns empty or not-found response
- Network or blockchain not supported returns an error
- Payment header missing or insufficient USDC balance returns 402
- Rate limiting or upstream data unavailability may cause 503 responses

## How this service works

CoinStats NFT collection data — floor price, volume, supply, holders, metadata

## Output

Returns structured NFT collection data including current floor price in ETH/USD, 24h/total trading volume, total token supply, number of unique holders, and collection metadata such as name, description, and image assets.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinstats-app-6fc2dd59/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.coinstats.app](https://www.zero.xyz/host/x402.coinstats.app/llms.txt)
