# CoinStats Trending NFT Collections

> CoinStats Trending NFT Collections 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 trending NFT collections ranked by 24-hour trading volume and floor price movement

## Facts

- Endpoint: GET https://x402.coinstats.app/nft/trending
- 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-328c9a73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0w5rfJHzAwVlWPA9qfez3

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-328c9a73
```

Example prompt: What NFT collections are trending right now? Show me the ones with the biggest 24-hour volume and floor price movement.

## When to prefer this

Use this endpoint when you need a real-time snapshot of trending NFT collections ranked by recent market activity (24h volume and floor price movement). Prefer this over general crypto price endpoints when the user's focus is specifically on NFTs and collectibles market trends, not fungible tokens.

## Known failure modes

- No trending data available returns empty list
- Rate limit exceeded returns payment required error
- Service unavailable returns 5xx error
- Stale data if NFT market feed is delayed

## How this service works

CoinStats trending NFT collections ranked by 24h volume and floor-price movement

## Output

A ranked list of trending NFT collections including each collection's name, 24-hour trading volume, floor price, floor price change percentage, and overall rank — all sourced from CoinStats live market data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string",
   "example": "376f390df50a1d44cb5593c9bff6faafabed18ee90e0d4d737d3b6d3eea50c80",
   "description": "The id of the news to get"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-coinstats-app-328c9a73/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)
