# RagRadar Solana NFT Collection Activities

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

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

## Facts

- Endpoint: GET https://backup.ragradar.space/api/nft/solana/activities/%7Bcollection%7D
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-nft-collection-activities-7d61438b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v0qzQq05YGsXiNKJLvaY9

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-7d61438b
```

Example prompt: Pull the recent on-chain activity for the DeGods Solana NFT collection — sales, transfers, listings, anything that happened on-chain.

## When to prefer this

Use this endpoint when you need on-chain NFT activity data specifically for Solana collections — sales, transfers, listings — and want to pay per call via x402 micropayments rather than maintaining a subscription. Prefer this over general blockchain explorers when you need structured, agent-ready JSON output for Solana NFT collections specifically.

## Known failure modes

- Invalid or unrecognized collection identifier returns an error or empty result
- Collection not indexed by RagRadar returns 404 or empty data
- Rate limiting or payment failure via x402 micropayment protocol returns 402
- Solana RPC latency may cause stale or delayed activity data
- Malformed collection slug in path parameter returns 400

## How this service works

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

## Output

A JSON response containing on-chain activity events for the specified Solana NFT collection, including transaction types (sales, transfers, listings), timestamps, prices, buyer/seller addresses, and token identifiers.

## 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-7d61438b/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)
