# RagRadar Sniper Trending

> RagRadar Sniper Trending 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-14).

Returns trending on-chain sniper activity and token data across Base, Arbitrum, and Solana via micropayment-gated API

## Facts

- Endpoint: GET https://backup.ragradar.space/api/sniper/trending
- 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-sniper-trending-cb4f73d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ArjrWKvGXMLLLjDISgpd1

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-trending-cb4f73d9
```

Example prompt: What tokens are trending with sniper activity on Base right now? Pull the latest from RagRadar's sniper trending endpoint so I can see what's being targeted on-chain.

## When to prefer this

Choose this endpoint when you need real-time trending token or sniper activity data across EVM chains (Base, Arbitrum) and Solana, especially for AI agent trading workflows requiring on-chain intelligence with micropayment access via x402 protocol.

## Known failure modes

- 402 Payment Required if x402 micropayment header is missing or insufficient
- Invalid or malformed properties parameter returns error
- No trending data available returns empty result set
- Rate limiting if too many calls in short period
- Network timeout if blockchain data indexer is slow

## How this service works

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

## Output

A JSON response containing a list of trending tokens or on-chain sniper activity signals, likely including token identifiers, activity metrics, and chain information across Base, Arbitrum, or 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-trending-cb4f73d9/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)
