# RagRadar Solana NFT Collection Lookup

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

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

## Facts

- Endpoint: GET https://backup.ragradar.space/api/nft/solana/collection/%7Bsymbol%7D
- Price: $0.25/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-collection-lookup-55cc7d89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u7Zs6VNQuW5FwbP_O3cv4

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-55cc7d89
```

Example prompt: Pull the on-chain collection data for the Solana NFT project with symbol DEGODS from RagRadar.

## When to prefer this

Use this endpoint when you need on-chain NFT collection data specifically for Solana collections identified by their symbol, and are working within an x402 micropayment-capable agent environment. Prefer over generic blockchain explorers when you need structured, agent-ready JSON responses about Solana NFT collections.

## Known failure modes

- Unknown or invalid collection symbol returns an error or empty result
- Solana network unavailability may cause lookup failure
- Malformed symbol path parameter causes 400-level error
- Payment not fulfilled via x402 returns 402 Payment Required
- Collection exists on-chain but not indexed returns no data

## How this service works

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

## Output

Returns a JSON object with on-chain intelligence about the specified Solana NFT collection, including metadata and collection-level stats keyed by the collection 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-55cc7d89/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)
