# RagRadar Sniper Trending Tokens

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

Returns trending tokens identified by the sniper module across multi-chain DeFi markets (Base, Arbitrum, Solana)

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-26ab1cf9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_19vPS4CNy5_G2MUshzyQC

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-26ab1cf9
```

Example prompt: What tokens are currently trending on RagRadar's sniper feed across Base, Arbitrum, and Solana right now?

## When to prefer this

Use this endpoint when you need to discover currently trending or momentum-gaining tokens across Base, Arbitrum, and Solana simultaneously — especially for sniper-style early entry signals. Prefer over generic market cap trackers when you want on-chain smart money and momentum signals rather than just volume or liquidity rankings.

## Known failure modes

- No trending tokens found returns empty list
- Chain-specific data unavailable returns partial results
- Rate limit exceeded returns 402 or 429 error
- Invalid properties parameter returns 400 error
- Backend analytics service unavailable 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

A JSON list of trending tokens identified by the sniper module, likely including token names, symbols, contract addresses, chain identifiers, price or volume momentum signals, and ranking metadata.

## Example request

```json
{
 "properties": "trending"
}
```

## 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-26ab1cf9/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)
