# RagRadar Solana NFT Portfolio

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

Retrieves the NFT portfolio holdings and analytics for a given Solana wallet address

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/nft/solana/portfolio/%7Bwallet%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-solana-nft-portfolio-661222e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4GQ35K1ZD9GZCBAFtn5r1

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-661222e5
```

Example prompt: Can you pull up the NFT portfolio for this 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 specifically on the Solana blockchain for a given wallet address. Prefer this over EVM-based portfolio endpoints when the target wallet is a Solana address (base58 format). Best for degen-focused Solana NFT analytics with on-chain intelligence.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error
- Wallet with no NFT holdings may return empty portfolio
- Payment not processed (402) if USDC not provided upfront
- Rate limiting or service unavailability returns 5xx errors
- Wallet address not found on Solana network returns 404

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON response containing the NFT holdings for the specified Solana wallet, including NFT assets, collection names, and portfolio composition data across Solana-based NFT projects.

## 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-661222e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
