# RagRadar Solana Snipers by Mint

> RagRadar Solana Snipers by Mint 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 sniper wallet activity and early-buyer data for a given Solana token mint address

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/solana/snipers/%7Bmint%7D
- 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-snipers-by-mint-d75d6f43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ee33EoPjmwtf8umzWUCX4

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-snipers-by-mint-d75d6f43
```

Example prompt: Who sniped the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v at launch — show me the sniper wallets and how early they got in.

## When to prefer this

Use this endpoint when you need to identify sniper bots or early opportunistic buyers for a specific Solana token, particularly for due diligence on new token launches, rug-pull risk assessment, or understanding the early holder distribution of a Solana mint.

## Known failure modes

- Invalid or malformed mint address returns an error
- Unknown mint address with no sniper data returns empty result
- Network or RPC issues may cause timeouts
- Payment of 0.01 USDC not fulfilled triggers 402 response
- Rate limiting if too many calls made in quick succession

## 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 response containing a list of sniper wallets that purchased the specified Solana token at or near launch, including wallet addresses, purchase timing, transaction details, and early-buyer metadata indicating potential bot or sniper behavior.

## 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-snipers-by-mint-d75d6f43/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)
