# RagRadar Whale Movements

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

Tracks and returns large on-chain whale wallet movements across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.space/api/whale/movements
- 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-whale-movements-55a30e20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QOcbXfoeciVx8MoJD56or

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-movements-55a30e20
```

Example prompt: Show me the latest whale wallet movements on Base — I want to see any large transactions from the past few hours so I can spot smart money activity.

## When to prefer this

Use this endpoint when you need real-time or recent detection of large wallet movements (whale activity) across Base, Arbitrum, or Solana. Prefer this over generic block explorers when you specifically want smart-money or whale-scale transaction filtering without building your own threshold logic.

## Known failure modes

- Invalid or unsupported chain parameter returns error
- No whale movements detected in time window returns empty result set
- Payment failure via x402 returns 402 response blocking data access
- Rate limiting may occur under high request volume
- Schema is minimal so malformed property strings may be silently ignored

## How this service works

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

## Output

Returns a JSON payload listing recent large on-chain wallet movements including transaction details, wallet addresses, token amounts, chain identifiers, and timestamps for whale-sized transfers across supported networks.

## 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-movements-55a30e20/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)
