# RagRadar Solana Token Snipers Lookup

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

Returns sniper wallet activity for a given Solana token mint address, identifying wallets that bought early after token launch

## Facts

- Endpoint: GET https://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-token-snipers-lookup-2f3ddc9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_peGD_u8VtikstFJpm4weG

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-token-snipers-lookup-2f3ddc9c
```

Example prompt: Can you pull up the sniper wallets that bought into this Solana token right at launch — the mint address is So11111111111111111111111111111111111111112?

## When to prefer this

Use this endpoint when you need to identify which wallets sniped a specific Solana token at or immediately after launch, useful for due diligence on new tokens, detecting insider activity, or understanding early distribution of a token. Prefer this over generic holder analysis when you specifically want launch-timing sniper data on Solana.

## Known failure modes

- Invalid or malformed mint address returns an error
- Token mint not found on-chain returns empty or 404 response
- No sniper activity detected returns empty list
- Rate limiting or payment failure returns 402 or 429 status
- Newly launched token with insufficient on-chain history may return partial data

## How this service works

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

## Output

A JSON response containing a list of sniper wallets that purchased the token early after launch, including wallet addresses, transaction details, timing data relative to token creation, and potentially buy amounts or rankings of snipers by speed.

## 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-token-snipers-lookup-2f3ddc9c/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)
