# RagRadar Whale Movements

> RagRadar Whale Movements is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Tracks and returns large on-chain token transfer movements (whale activity) across Base, Arbitrum, and Solana blockchains.

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/whale/movements
- 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-movements-3f9d1f82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BtmcCtHUvPKwukJN9QT4R

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-3f9d1f82
```

Example prompt: Show me the latest whale movements on Base — large token transfers happening right now so I can spot any major market activity.

## When to prefer this

Choose this endpoint when you need real-time or recent large on-chain transfer data across Base, Arbitrum, or Solana and want a unified multi-chain view. Prefer it over block explorers when you need programmatic, agent-readable output without scraping, and when sub-cent per-call pricing via x402 is acceptable for frequent polling.

## Known failure modes

- Invalid or missing properties parameter returns malformed request error
- No whale movements detected in the queried timeframe returns empty result set
- Network congestion may cause stale or delayed data
- Unsupported blockchain network returns error or empty response
- x402 micropayment failure blocks the request entirely

## How this service works

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

## Output

Returns a JSON list of large on-chain token transfers, including wallet addresses involved, token type and amount moved, transaction hash, blockchain network, and timestamp of each whale movement.

## 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-3f9d1f82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
