# RagRadar Sniper Token Intelligence

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

Fetches on-chain intelligence and analytics for a specific token by contract address via the RagRadar sniper endpoint

## Facts

- Endpoint: GET https://ragradar.space/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-bf6bbcd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_356jkYyTMs1NSJ4Ap8kXL

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

Example prompt: Can you pull the RagRadar sniper intel on this token — 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base — I want to see if any smart money is in it before I ape in.

## When to prefer this

Use this endpoint when you need fast token-level intelligence for a specific contract address on Base, Arbitrum, or Solana — especially for sniper-style research before a trade, checking smart money signals, or validating a new token launch. Prefer this over generic block explorers when you want aggregated DeFi-native analytics rather than raw transaction data.

## Known failure modes

- Invalid or malformed token address returns error response
- Token address not found on supported chains returns empty or 404-style response
- Payment not processed (x402 payment required) returns 402 status
- Rate limiting if quota exceeded
- Unsupported chain for the given address format

## How this service works

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

## Output

Returns on-chain intelligence for the specified token address including metrics such as price, holder data, smart money presence, whale activity, and other token-level analytics as a JSON object with a status field and token data payload.

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