# CoinStats NFT Wallet Assets

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

Returns all NFT assets held by a given wallet address, including collection info and floor value

## Facts

- Endpoint: GET https://x402.coinstats.app/nft/wallet/:address/assets
- Price: $0.004/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-e0cc93ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ke71wycJaqBJtDGExFRhC

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-e0cc93ec
```

Example prompt: Show me all the NFTs held by wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 — I want to see the collections, individual assets, and their current floor values.

## When to prefer this

Use this endpoint when you need a complete snapshot of NFT holdings for a specific wallet address, including collection membership and floor values. Prefer this over generic blockchain explorers when you want structured, portfolio-ready NFT data with floor pricing already included. Choose the sibling NFT collection assets endpoint instead if you want to browse assets within a specific collection rather than by wallet owner.

## Known failure modes

- Invalid or malformed wallet address returns 400 error
- Wallet address not found or has no NFT activity returns empty asset list
- Unsupported blockchain for the address may return empty or partial results
- Rate limiting or payment failure (x402) returns 402 Payment Required
- Network timeout or upstream CoinStats service unavailability returns 5xx error

## How this service works

CoinStats NFT assets held by a wallet address — holdings, collection, floor value

## Output

A list of NFT assets held by the wallet, including asset names, collection details, token IDs, and floor value in USD, allowing a full picture of the wallet's NFT holdings.

## More

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