# RagRadar Solana NFT Portfolio

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

Returns the NFT portfolio holdings for a given Solana wallet address, providing on-chain NFT intelligence via micropayment-gated API.

## Facts

- Endpoint: GET https://backup.ragradar.space/api/nft/solana/portfolio/%7Bwallet%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-nft-portfolio-f8ed0589
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JG69sD--2gcwEYaFhCH1M

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-solana-nft-portfolio-f8ed0589
```

Example prompt: Can you pull up the full NFT portfolio for Solana wallet 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and show me what collections they're holding?

## When to prefer this

Use this endpoint when you need to look up NFT holdings for a specific Solana wallet address and want on-chain data aggregated across Solana NFT collections. Prefer this over general blockchain explorers when you need a clean programmatic JSON response for agent workflows and are willing to pay $0.50 USDC per call via x402.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error
- Wallet with no NFTs may return an empty portfolio or 404
- Payment failure via x402 micropayment protocol blocks access
- Rate limiting if too many requests are made
- Wallet address not found on Solana mainnet returns error
- Backup domain may have higher latency or availability issues compared to primary

## How this service works

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

## Output

A JSON response listing the NFTs held by the specified Solana wallet, likely including collection names, token IDs, metadata, and ownership details for all on-chain NFT assets associated with that address.

## 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-solana-nft-portfolio-f8ed0589/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
