# RagRadar NFT Portfolio Tracker

> RagRadar NFT Portfolio Tracker is a paid API for AI agents from ragradar.space, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-16).

Retrieves the NFT portfolio holdings and performance data for a given blockchain wallet address

## Facts

- Endpoint: GET https://ragradar.space/api/nft/portfolio/%7Baddress%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-nft-portfolio-tracker-6e71d300
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gLBYLQK8O00AlTJ3ywbJ0

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-tracker-6e71d300
```

Example prompt: Can you pull up the NFT portfolio for wallet address 0x4e83...3a2f on RagRadar and show me what collections they hold?

## When to prefer this

Use this endpoint when you need to inspect the NFT holdings of a specific wallet address across Base, Arbitrum, or Solana. Prefer this over generic blockchain explorers when you want AI-enriched portfolio analytics rather than raw transaction data, especially for multi-chain NFT tracking in a single call.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Address with no NFT holdings returns an empty portfolio
- Unsupported chain address format may return no results
- Rate limiting or payment failure (402) if USDC payment is not processed
- Network timeout if the on-chain data source is slow to respond

## How this service works

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

## Output

Returns a JSON object containing the NFT holdings associated with the queried wallet address, including collection names, token IDs, estimated values, and portfolio summary data across supported chains (Base, Arbitrum, 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-tracker-6e71d300/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
