# RagRadar Sniper Trending Tokens

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

Returns a list of currently trending tokens identified by the RagRadar sniper, useful for spotting hot opportunities across multi-chain DeFi markets.

## Facts

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

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-tokens-fad558ac
```

Example prompt: What tokens are trending right now across Base, Arbitrum, and Solana according to RagRadar's sniper — show me the hottest picks so I can find potential trading opportunities.

## When to prefer this

Use this endpoint when you need a real-time snapshot of trending tokens being tracked by sniper bots and smart money, particularly across Base, Arbitrum, and Solana ecosystems. Prefer this over generic token lists when you want sniper-specific momentum signals rather than broad market cap rankings.

## Known failure modes

- API returns 402 if payment is not provided or fails
- Empty result set if no tokens are currently trending
- Stale data if on-chain indexer is behind
- Timeout if blockchain RPC nodes are congested
- 400 Bad Request if query properties parameter is malformed

## How this service works

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

## Output

A JSON list of trending tokens identified by the sniper engine, likely including token symbols, contract addresses, chain identifiers, and trend metrics or signals indicating momentum.

## 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-tokens-fad558ac/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)
