# RagRadar Solana Snipers by Mint

> RagRadar Solana Snipers by Mint 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-14).

Returns on-chain sniper activity data for a given Solana token mint address

## Facts

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

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-42d8ad2d
```

Example prompt: Can you pull the sniper wallet data for Solana token mint EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and tell me which wallets sniped it at launch?

## When to prefer this

Use this endpoint when you need to identify sniper wallets or early bot buyers for a specific Solana token mint address. Prefer this over generic blockchain explorers when you specifically want structured sniper intelligence with x402 micropayment access.

## Known failure modes

- Invalid or malformed mint address returns error
- Mint address not found on Solana returns empty or 404
- No sniper activity detected returns empty array
- Service unavailable or backup domain outage
- x402 payment failure if micropayment not processed

## How this service works

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

## Output

Returns JSON with sniper wallet addresses and associated on-chain transaction data for the specified Solana token mint, indicating which wallets bought the token early at or near launch in sniper fashion.

## 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-42d8ad2d/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)
