# RagRadar Solana NFT Portfolio

> RagRadar Solana NFT Portfolio 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-14).

Retrieves the NFT portfolio holdings for a given Solana wallet address, returning on-chain NFT data via x402 micropayment.

## Facts

- Endpoint: GET https://ragdar.vercel.app/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-59cdc7a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s-G3l9ZtUw1uuKWNQY1vM

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-59cdc7a4
```

Example prompt: Can you pull up the full NFT portfolio for Solana wallet 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and tell me what collections they hold?

## When to prefer this

Use this endpoint when you need to fetch the on-chain NFT holdings for a specific Solana wallet address. Prefer this over generic blockchain explorers when you need structured, programmatic JSON output ready for agent consumption with pay-per-use x402 micropayments rather than API key subscriptions. Ideal for Solana-specific NFT lookups as opposed to EVM-chain portfolios.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error response
- Wallet with no NFT holdings returns empty portfolio array
- Payment failure via x402 micropayment results in 402 response and no data
- Solana RPC node downtime may cause delayed or failed responses
- Rate limiting if the wallet has an extremely large NFT portfolio

## How this service works

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

## Output

A JSON response containing the on-chain NFT portfolio for the specified Solana wallet, including NFT token addresses, collection names, metadata, and holdings summary. Response envelope includes a status field and portfolio data array.

## 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-59cdc7a4/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)
