# RagRadar Solana NFT Collection Intelligence

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

Fetches on-chain analytics and intelligence data for a specific Solana NFT collection by its symbol

## Facts

- Endpoint: GET https://ragradar.space/api/nft/solana/collection/%7Bsymbol%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-nft-collection-intelligence-44fbb1a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tckhAyqhIBnqK5K2l41Q-

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-intelligence-44fbb1a3
```

Example prompt: Pull up the on-chain analytics for the DeGods Solana NFT collection — I want to see collection intelligence including any smart money activity or whale signals for symbol DEGODS.

## When to prefer this

Use this endpoint when you need Solana-specific NFT collection analytics by collection symbol, especially when you want AI-powered on-chain intelligence including smart money tracking and whale signals. Prefer this over generic NFT APIs when working specifically with Solana collections and needing multi-signal intelligence rather than just raw data.

## Known failure modes

- Invalid or unknown collection symbol returns error or empty result
- Collection symbol not found on Solana chain returns 404 or status error
- Payment of $0.25 USDC not completed results in 402 Payment Required
- Rate limiting or upstream data unavailability causes timeout
- Malformed symbol parameter causes bad request error

## How this service works

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

## Output

Returns JSON with on-chain analytics data for the specified Solana NFT collection, potentially including metrics such as floor price, volume, holder distribution, smart money activity, whale alerts, and collection-level intelligence signals.

## 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-intelligence-44fbb1a3/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)
