# RagRadar Solana Sniper Score

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

Returns an on-chain risk/quality score for Solana token snipers associated with a given mint address

## Facts

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

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

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 a quick, scored signal on sniper bot activity for a specific Solana token mint — particularly useful for pre-trade due diligence, token launch analysis, or filtering out heavily manipulated tokens. Prefer this over raw on-chain queries when you need a pre-computed risk score rather than raw transaction data.

## Known failure modes

- Invalid or malformed mint address returns an error
- Unknown mint address with no on-chain data may return empty or null score
- Rate limiting or payment failure via x402 protocol blocks the request
- Vercel cold-start latency may cause occasional timeouts

## How this service works

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

## Output

A JSON object containing a score or rating reflecting the degree of sniper activity associated with the token mint's early trading history on Solana, enabling risk assessment of bot-driven price manipulation at 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-af3434b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
