# RagRadar NFT Portfolio Lookup

> RagRadar NFT Portfolio Lookup is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Fetches the NFT portfolio holdings for a given on-chain wallet address across supported blockchains

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/nft/portfolio/%7Baddress%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-nft-portfolio-lookup-f6b4a96b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xbrKoqY4S4Sh1FeoxVuAG

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 ragradar-nft-portfolio-lookup-f6b4a96b
```

Example prompt: Can you pull up the full NFT portfolio for the wallet address 0x1234...abcd and show me what collections and tokens they hold?

## When to prefer this

Choose this endpoint when you need on-chain NFT portfolio data for a specific wallet address across Base, Arbitrum, or Solana and want a pay-per-call model via x402 micropayments without a subscription. Prefer it over general blockchain explorers when you need structured, agent-ready JSON output specifically for NFT holdings.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Address with no NFT holdings may return empty portfolio array
- Unsupported chain address formats may result in no results
- Network timeouts or upstream indexer failures may cause delayed or failed responses
- Rate limiting or payment failure via x402 micropayment may block access

## How this service works

On-chain intelligence for AI agents. 70+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON response containing the NFT portfolio for the specified wallet address, including collections held, token IDs, and associated metadata for NFTs across supported chains such as Base, Arbitrum, and Solana.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-nft-portfolio-lookup-f6b4a96b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
