# RagRadar Solana NFT Portfolio

> RagRadar Solana NFT Portfolio is a paid API for AI agents from ragradar.space, 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.space/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-24325ff6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h2gDPu95k4XO5zAwQK6qm

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-24325ff6
```

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

## When to prefer this

Use this endpoint when you specifically need NFT portfolio data for a Solana wallet address, as opposed to EVM-chain NFT lookups or Solana token (fungible) portfolio data. Prefer this over generic portfolio endpoints when the user is asking specifically about NFT holdings on Solana.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error
- Wallet with no NFTs may return empty portfolio
- Payment required (402) if x402 payment header not provided
- Rate limiting or timeout if the Solana RPC is congested
- Non-Solana wallet address passed instead of a Solana address

## How this service works

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

## Output

Returns a JSON object with status 'ok' and NFT portfolio data for the specified Solana wallet, likely including NFT collection names, individual token details, and asset counts held by that wallet 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-24325ff6/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)
