# RagRadar Whale Alerts

> RagRadar Whale Alerts 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).

Retrieves on-chain whale alert data (large wallet movements) across Base, Arbitrum, and Solana blockchains

## Facts

- Endpoint: GET https://backup.ragradar.space/api/whale/alerts
- 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-whale-alerts-74b2da89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1QhVPGvm2tv7-B84bCnIY

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-74b2da89
```

Example prompt: Show me the latest whale alerts on Base — any large wallet movements or big token transfers happening right now.

## When to prefer this

Choose this endpoint when you need real-time on-chain whale activity monitoring across Base, Arbitrum, or Solana — specifically for detecting large wallet movements or big token transfers. Prefer this over generic blockchain explorers when you need structured, agent-ready data with micropayment access via x402.

## Known failure modes

- Missing or invalid properties parameter returns malformed response
- Payment not included results in HTTP 402 requiring x402 micropayment of $0.01 USDC
- No whale activity in recent timeframe may return empty alert list
- Unsupported chain filter returns no results or error
- Rate limiting if called too frequently without valid payment

## How this service works

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

## Output

Returns a JSON object with status 'ok' and whale alert data including large on-chain transactions, wallet movements, and associated metadata across supported chains (Base, Arbitrum, 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-74b2da89/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)
