# RagRadar Solana Sniper Score

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

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

## Facts

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

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-1cecba4e
```

Example prompt: Can you pull the sniper score for this Solana token mint — EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to know how heavily it was sniped at launch before I ape in.

## When to prefer this

Use this endpoint when you need to evaluate the sniper risk or launch quality of a specific Solana token, particularly for memecoin or degen trading due diligence. Prefer this over generic token info endpoints when sniper concentration at launch is specifically what you need to assess.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Unknown mint address with no on-chain data returns empty or null score
- Payment not included results in 402 Payment Required
- Rate limiting may occur under high load
- Token with insufficient launch data may return incomplete scoring

## How this service works

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

## Output

A JSON object containing a sniper score and related metrics for the specified Solana token mint, indicating how much sniper bot activity occurred at the token's launch and the associated risk level.

## 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-1cecba4e/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)
