# RagRadar Solana NFT Collection Activities

> RagRadar Solana NFT Collection Activities 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-15).

Fetches on-chain activity events (sales, transfers, listings, etc.) for a specified Solana NFT collection

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/nft/solana/activities/%7Bcollection%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-collection-activities-6e6cd332
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bfHJigGFnAeCiT5QRj8TY

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-activities-6e6cd332
```

Example prompt: Pull the latest on-chain activity for the DeGods NFT collection on Solana — I want to see recent sales, transfers, and listings.

## When to prefer this

Use this endpoint when you need real-time or recent on-chain NFT activity data specifically for Solana NFT collections, including sales, transfers, and listings. It is ideal for agents monitoring NFT market movements, tracking floor price changes, or auditing wallet interactions with a specific collection on Solana. Prefer this over generic blockchain explorers when you need structured, AI-ready activity data with x402 micropayment access.

## Known failure modes

- Invalid or unknown collection address/slug returns empty results or 404
- Collection not indexed on Solana by RagRadar returns no data
- Malformed collection parameter results in 400 error
- Network congestion or RPC delays may cause stale data
- Insufficient USDC balance via x402 micropayment results in 402 payment required error

## How this service works

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

## Output

Returns a JSON array of on-chain activity events for the specified Solana NFT collection, including event types (sales, transfers, listings, bids), transaction hashes, timestamps, prices, buyer/seller wallet addresses, and token IDs involved.

## 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-activities-6e6cd332/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)
