# RagRadar Sniper Token Intelligence

> RagRadar Sniper Token Intelligence is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches AI-powered on-chain intelligence and sniper analytics for a specific token address across supported chains

## Facts

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

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

Example prompt: Pull up the sniper token intelligence report for 0x6B175474E89094C44Da98b954EedeAC495271d0F — I want to see smart money signals, whale activity, and any on-chain sniper data for this token.

## When to prefer this

Use this endpoint when you need AI-powered sniper intelligence and smart money tracking for a specific token contract address. Prefer this over generic DEX data endpoints when you want whale alerts, smart money signals, or sniper-focused analytics rather than just price or liquidity data.

## Known failure modes

- Invalid or malformed token address returns an error response
- Token address not found on supported chains returns empty or not-found status
- Rate limiting or payment failure returns 402 Payment Required
- Unsupported chain address may return no data
- Network timeout or upstream data provider outage returns 500 error

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns a JSON object with on-chain analytics and sniper intelligence for the specified token address, including smart money tracking signals, whale activity indicators, and token metrics 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-sniper-token-intelligence-cd2b72de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
