# RagRadar Solana Sniper Score

> RagRadar Solana Sniper Score is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-09).

Returns an on-chain sniper risk score for a given Solana token mint address

## Facts

- Endpoint: GET https://backup.ragradar.space/api/solana/snipers/%7Bmint%7D/score
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-sniper-score-88cf2e68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wSvk8O2S8gusyvxXmWj2p

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-sniper-score-88cf2e68
```

Example prompt: Can you pull the RagRadar sniper score for the Solana mint DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 and tell me how much sniper risk it has?

## When to prefer this

Use this endpoint when you need to assess sniper bot activity or launch sniping risk for a specific Solana token mint. Prefer this over generic token analytics when the specific concern is whether early buyers were bots or snipers gaming the launch.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Unknown mint address may return empty or null score
- Payment failure via x402 micropayment results in 402 response before data is served
- Rate limiting or network issues on backup domain may cause timeouts

## How this service works

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

## Output

A JSON response containing a sniper score and status for the given Solana mint address, indicating the level of sniper bot activity or risk associated with that token at or after launch.

## 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-sniper-score-88cf2e68/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)
