# NFT Wallet Collection Rollup (Live)

> NFT Wallet Collection Rollup (Live) 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-02).

Returns a live, freshly-fetched rollup of all NFT collections held in a given wallet address on a specified chain

## Facts

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

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-wallet-collection-rollup-live-12f81e4c
```

Example prompt: Can you pull up a live snapshot of all the NFT collections in wallet 0x1234...abcd on Ethereum — I want to see what they hold and flag anything that looks like a scam?

## When to prefer this

Use this endpoint when you need a real-time, always-fresh rollup of every NFT collection in a specific wallet — especially when scam detection or ownership verification is important and stale cached data is not acceptable. Prefer it over cached endpoints when the user needs an up-to-the-moment view of a wallet's holdings rather than a snapshot from the past 24 hours.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent wallet address returns no results or an error
- Wallet with no NFTs returns an empty collection list
- Network or RPC timeout causes delayed or failed response
- Payment not completed results in 402 response and no data

## How this service works

Wallet collection rollup — always fetched fresh

## Output

A freshly-fetched rollup of all NFT collections held by the specified wallet on the given chain, including collection-level details, ownership counts, and scam/risk signals — always fetched live (not cached).

## More

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