# RagRadar Whale Alerts — Token Whale Activity Monitor

> RagRadar Whale Alerts — Token Whale Activity Monitor is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns recent large-transaction whale alerts for a specified token across multi-chain networks

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/whale/alerts/%7Btoken%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-whale-alerts-token-whale-activity-monitor-681bdd31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CCxpc6zMFBmyW2zaY1x3g

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-whale-alerts-token-whale-activity-monitor-681bdd31
```

Example prompt: Show me the latest whale alerts for the USDC token — I want to see which big wallets are making large moves on-chain right now.

## When to prefer this

Choose this endpoint when you need to specifically monitor large-wallet activity and whale movements for a particular token across Base, Arbitrum, or Solana. Ideal for DeFi traders or agents that need real-time smart money signals and large transaction detection rather than general price or volume data.

## Known failure modes

- Invalid or unrecognized token symbol/address returns empty results or error
- Token not tracked on supported chains returns no alerts
- Rate limiting or payment failure returns 402 or 429 error
- Network timeout if on-chain data indexing is delayed
- Malformed token parameter returns 400 bad request

## 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 response containing recent large-transaction whale alerts for the specified token, including wallet addresses involved, transaction sizes, chain information, and timestamps of significant movements by high-value wallets.

## 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-whale-alerts-token-whale-activity-monitor-681bdd31/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)
