# RagRadar Token Sniper Intelligence

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

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

## Facts

- Endpoint: GET https://backup.ragradar.space/api/sniper/token/%7Baddress%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-token-sniper-intelligence-b52d7e4f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3DigU0WKSCywXx0QpWlqw

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-b52d7e4f
```

Example prompt: Pull the RagRadar sniper intelligence for token address 0x1234abcd...5678 on Base — I want to see who's been sniping it and what the on-chain activity looks like.

## When to prefer this

Use this endpoint when you need on-chain sniper intelligence for a specific token contract address and want to detect early sniper wallet activity, MEV behavior, or suspicious launch patterns. Prefer this over generic block explorers when you need structured, agent-ready intelligence rather than raw transaction data. Best for DeFi agents monitoring new token launches on Base, Arbitrum, or Solana.

## Known failure modes

- Invalid or malformed token address returns an error response
- Token address not found on supported chains returns empty or 404
- Unsupported blockchain network for the given address
- x402 micropayment failure or insufficient USDC balance blocks the request
- Rate limiting if too many requests are made in succession
- Network timeout on RPC node queries for on-chain data

## How this service works

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

## Output

A JSON object containing on-chain sniper intelligence for the specified token address, including sniper wallet activity, transaction signals, and related analytics relevant to token launch behavior across supported chains (Base, Arbitrum, Solana).

## 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-b52d7e4f/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)
