# RagRadar Solana NFT Collection Activities

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

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

## Facts

- Endpoint: GET https://ragradar.space/api/nft/solana/activities/%7Bcollection%7D
- Price: $0.5/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-activities-5a335d35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1yrkBbZjmmfzqGDe3P0Dq

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-5a335d35
```

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

## When to prefer this

Use this endpoint when you need recent on-chain activity events specifically for a Solana NFT collection, including sales, listings, and transfers. Prefer this over general portfolio or wallet endpoints when the focus is collection-level activity rather than individual wallet positions.

## Known failure modes

- Invalid or unknown collection identifier returns empty results or error
- Collection address not found on Solana returns 404 or empty data
- Rate limiting or payment failure returns 402 Payment Required
- Malformed collection parameter returns 400 Bad Request
- Network or RPC node issues cause timeout or 503

## How this service works

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

## Output

A JSON object containing recent on-chain activity events for the specified Solana NFT collection, including sales, listings, transfers, and associated transaction metadata such as prices, timestamps, and wallet addresses.

## 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-5a335d35/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)
