# RagRadar Whale Accumulation Intelligence

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

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

## Facts

- Endpoint: GET https://backup.ragradar.space/api/whale/accumulation
- Price: $0.02/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-accumulation-intelligence-4f2e1bb1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F0vStqvhoccLSBsyA6IB2

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-intelligence-4f2e1bb1
```

Example prompt: Which wallets or tokens are whales accumulating right now on Base? I want to see the latest on-chain accumulation signals.

## When to prefer this

Use this endpoint when you need on-chain whale accumulation signals specifically — large wallet buying behavior and position building — across Base, Arbitrum, or Solana. Prefer this over generic blockchain explorers when you want pre-analyzed intelligence rather than raw transaction data, and when you need a pay-per-call micropayment model via x402.

## Known failure modes

- Missing or malformed properties parameter returns ambiguous response
- Network not supported returns error
- Micropayment via x402 fails if USDC balance insufficient
- Rate limiting if too many requests in short period
- Stale data if chain indexing is lagging
- Response schema is minimal so errors may only surface as non-ok status

## How this service works

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

## Output

Returns JSON with status and whale accumulation data, including signals about large wallet buying behavior, token accumulation patterns, and on-chain intelligence across supported networks (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-intelligence-4f2e1bb1/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)
