# RagRadar Whale Accumulation Tracker

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

Tracks whale accumulation patterns across Base, Arbitrum, and Solana to identify smart money buying activity

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/whale/accumulation
- 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-accumulation-tracker-5440fd14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KKrTsdqDNCLFCN9fMWfid

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-accumulation-tracker-5440fd14
```

Example prompt: What tokens are whales currently accumulating on Base or Solana? I want to see smart money accumulation signals from the last 24 hours.

## When to prefer this

Choose this endpoint when you need to identify tokens being quietly accumulated by large wallets (whales) across Base, Arbitrum, or Solana. Ideal for detecting early smart money positioning before price moves, tracking institutional-scale buying, or building DeFi alpha signals. Prefer over generic price trackers when the intent is specifically to follow large wallet behavior rather than price or volume.

## Known failure modes

- No accumulation events found for given filters — returns empty dataset
- Invalid or unsupported chain parameter — returns 400 error
- Rate limit exceeded — returns 429 with retry-after header
- Payment not processed — returns 402 requiring USDC payment
- Upstream blockchain data provider timeout — returns 503

## 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

Returns a JSON object with whale accumulation data including tokens being accumulated, wallet sizes involved, accumulation volumes, chain context, and smart money signals 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-accumulation-tracker-5440fd14/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)
