# RagRadar Solana NFT Collection Lookup

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

Retrieves on-chain data for a Solana NFT collection identified by its symbol

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/nft/solana/collection/%7Bsymbol%7D
- Price: $0.25/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-collection-lookup-1b88be36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S_aF7dK6d1dD0izOE5pxL

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-collection-lookup-1b88be36
```

Example prompt: Can you pull up the on-chain collection data for the Solana NFT collection with symbol DEGODS from RagRadar?

## When to prefer this

Use this endpoint when you need on-chain intelligence specifically for a Solana NFT collection and have the collection's symbol identifier. Prefer this over generic NFT APIs when you need Solana-specific data with micropayment-based access and no API key setup. Well-suited for agents querying specific projects by their canonical symbol rather than by address.

## Known failure modes

- Invalid or unknown NFT collection symbol returns an error or empty result
- Collection symbol not found on Solana returns a non-200 status or empty data
- Malformed symbol in the URL path may result in a 400 or 404 error
- x402 payment failure or insufficient USDC balance prevents access
- Rate limiting or server-side errors may return 5xx responses

## How this service works

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

## Output

A JSON object containing on-chain data for the specified Solana NFT collection, including collection metadata, stats, and other available blockchain-sourced information associated with the given symbol.

## 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-collection-lookup-1b88be36/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)
