# RagRadar Token Sniper Intelligence

> RagRadar Token Sniper Intelligence 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).

Fetches on-chain sniper analysis and intelligence data for a specific token address across supported blockchains

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/sniper/token/%7Baddress%7D
- 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-token-sniper-intelligence-7bf50846
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hGGHlidoloHtxlV-fkfsR

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-token-sniper-intelligence-7bf50846
```

Example prompt: Pull the sniper intelligence report for token address 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base — I want to see which wallets sniped it at launch.

## When to prefer this

Use this endpoint when you need to identify sniper wallets and early predatory buyers for a specific token contract address on Base, Arbitrum, or Solana. Prefer this over generic token analytics when the specific question is about sniper activity at token launch.

## Known failure modes

- Invalid or malformed token address returns an error response
- Token address not found on supported chains returns empty or error result
- Unsupported blockchain network for the given address
- Rate limiting or payment failure via x402 micropayment protocol
- Network timeout if on-chain data is slow to fetch

## How this service works

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

## Output

A JSON object containing on-chain sniper intelligence for the specified token address, including data about wallets that sniped the token, timing of sniper transactions, and related launch activity metrics.

## 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-token-sniper-intelligence-7bf50846/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)
