# RagRadar Whale Accumulation Tracker

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

Detects and reports on-chain whale accumulation patterns across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.space/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-962a06c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qYDBzRm2BxAA5X7cfLKJY

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-962a06c4
```

Example prompt: Which tokens are whales currently accumulating on Base or Solana right now? Show me the latest on-chain accumulation signals from large wallets.

## When to prefer this

Use this endpoint when you need real-time on-chain intelligence about large wallet accumulation behavior across Base, Arbitrum, or Solana — especially for identifying smart money entry signals before price moves.

## Known failure modes

- Missing or malformed query parameters returns 400 Bad Request
- Payment not included or insufficient returns 402 Payment Required
- Chain or token not supported returns 404 Not Found
- Rate limit exceeded returns 429 Too Many Requests
- Data feed lag during high network congestion may return stale signals

## How this service works

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

## Output

Returns on-chain whale accumulation data including which wallets are buying, which tokens are being accumulated, accumulation volumes, and 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-962a06c4/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)
