# RagRadar Smart Money Activity

> RagRadar Smart Money Activity 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).

Retrieves smart money wallet activity and on-chain behavioral signals across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/smart-money/activity
- 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-smart-money-activity-6a419f1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9OM_6R7yPgOMV1WNPxAOD

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-smart-money-activity-6a419f1f
```

Example prompt: Show me what smart money wallets have been doing on-chain recently — I want to see their latest transactions and token movements across Base and Arbitrum to spot any patterns worth following.

## When to prefer this

Choose this endpoint when you need to track what sophisticated or historically profitable wallets are doing on-chain across Base, Arbitrum, or Solana. Ideal for agents building trading signals, alpha detection, or DeFi strategy tools based on smart money behavior rather than raw price data.

## Known failure modes

- No smart money activity found for the given filter — returns empty results
- Invalid or unsupported chain parameter — returns 400 error
- Payment not provided or insufficient — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Upstream blockchain data provider unavailable — returns 503 or degraded data

## 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 smart money wallet activity including recent transactions, token buys/sells, wallet addresses, chain identifiers, timestamps, and on-chain behavioral signals aggregated across supported chains.

## Example request

```json
{
 "properties": "base,arbitrum"
}
```

## 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-smart-money-activity-6a419f1f/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)
