# CoinStats Single NFT Asset by Collection and Token ID

> CoinStats Single NFT Asset by Collection and Token ID 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-15).

Retrieves metadata and details for a single NFT asset identified by collection contract address and token ID 1

## Facts

- Endpoint: POST https://x402.coinstats.app/nft/:address/asset/1
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-2b95ea54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VkXpnYq6XvJgeSoFs2WvT

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-2b95ea54 -d '<json body>'
```

Example prompt: Can you pull up the NFT details for token ID 1 from the collection at contract address 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D? I want to see its traits, image, and metadata from CoinStats.

## When to prefer this

Use this endpoint when you need detailed metadata for a single specific NFT token (token ID 1 in particular) from a known collection contract address. Prefer this over wallet-based NFT endpoints when you have the contract address and token ID directly rather than a wallet address. Best for fetching individual token traits, images, and on-chain metadata rather than portfolio-level NFT holdings.

## Known failure modes

- Invalid contract address returns 400 or 404 error
- Token ID does not exist in the collection returns 404
- Unsupported blockchain or contract standard returns error
- Payment failure or insufficient USDC balance returns 402
- Rate limiting or quota exceeded returns 429
- Collection not indexed by CoinStats returns empty or error response

## How this service works

Single NFT asset by collection + token id

## Output

Returns metadata and asset details for the specified NFT token within a collection, likely including token image, name, traits/attributes, owner information, collection name, and other on-chain or indexed metadata for that specific token ID.

## More

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