# RagRadar Solana Token Snipers Lookup

> RagRadar Solana Token Snipers Lookup 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-14).

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

## Facts

- Endpoint: GET https://ragdar.vercel.app/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-4cb55c29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FTu4thWrM6UWcBfYiPva_

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-4cb55c29
```

Example prompt: Can you look up the sniper wallets that bought into the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v right at launch?

## When to prefer this

Use this endpoint when you need to identify sniper wallet activity specifically on Solana tokens by mint address. It is purpose-built for on-chain DeFi intelligence on Solana and pays per-call via x402 micropayments at $0.01 USDC, making it cost-effective for targeted lookups. Prefer this over general blockchain explorers when you need structured, agent-consumable sniper analytics rather than raw transaction history.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Mint address not found on Solana returns empty or 404-like response
- Token too old or not indexed may return no sniper data
- Rate limiting or payment failure via x402 micropayment returns 402
- Network congestion on Solana indexer may cause delayed or partial data

## How this service works

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

## Output

Returns a JSON object with on-chain sniper data for the specified Solana token mint, including wallet addresses that sniped the token at or near launch, transaction details, and timing information indicating early coordinated buying activity.

## 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-4cb55c29/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)
