# RagRadar Solana Sniper Score

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

Returns a sniper risk/quality score for a given Solana token mint address, analyzing sniper wallet activity at token launch

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/solana/snipers/%7Bmint%7D/score
- Price: $0.01/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-sniper-score-22b528f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KYE0Ke1Ja80iE4OMiNcGU

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-22b528f5
```

Example prompt: What's the sniper score for the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to know how heavily it was sniped at launch.

## When to prefer this

Use this endpoint when you need to assess whether a Solana token launch was dominated by sniper bots, evaluate launch fairness, or screen tokens for degen trading strategies. Prefer this over generic token analytics when the specific concern is sniper wallet behavior at launch.

## Known failure modes

- Invalid or non-existent mint address returns error or empty result
- Network congestion on Solana may cause stale or incomplete data
- Token too new may have insufficient on-chain history for scoring
- Rate limiting or payment failure (x402) if USDC payment not included

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON object containing a sniper score and related metrics for the given Solana token mint, indicating the degree and quality of sniper wallet activity at or shortly after token launch. Useful for assessing launch fairness and identifying bot-dominated tokens.

## 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-22b528f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
