# RagRadar Whale Alerts by Token

> RagRadar Whale Alerts by Token is a paid API for AI agents from ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns whale alert events for a specified token across multi-chain blockchain networks monitored by RagRadar

## Facts

- Endpoint: GET https://ragradar.space/api/whale/alerts/%7Btoken%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-whale-alerts-by-token-ac96e561
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G6EFbwWGyEDxnpI2IaUiX

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-by-token-ac96e561
```

Example prompt: Pull up the latest whale alerts for the USDC token on RagRadar — I want to see any big wallet movements or large transactions happening on-chain right now.

## When to prefer this

Use this endpoint when you need to monitor or retrieve large on-chain transaction alerts for a specific token across Base, Arbitrum, or Solana. Ideal for detecting smart money movements, tracking whale accumulation or distribution, and identifying unusual large transfers associated with a particular asset.

## Known failure modes

- Invalid or unrecognized token identifier returns empty results or error
- Token not tracked on supported chains returns no data
- Malformed token address in URL path causes 400 or 422 error
- Rate limiting or payment failure returns 402 or 429
- Network or upstream data source outage returns 500

## How this service works

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

## Output

A JSON response containing recent whale alert events for the specified token, including large transaction details, involved wallet addresses, transaction amounts, timestamps, and chain identifiers across Base, Arbitrum, and 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-whale-alerts-by-token-ac96e561/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)
