# RagRadar Wallet Risk Scanner

> RagRadar Wallet Risk Scanner is a paid API for AI agents from ragradar.space, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Analyzes on-chain risk profile of a blockchain wallet address across supported chains

## Facts

- Endpoint: GET https://ragradar.space/api/wallet-risk/%7Baddress%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-wallet-risk-scanner-1f21e2b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V9sqiNVM2u6kV3HLnexfH

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-wallet-risk-scanner-1f21e2b3
```

Example prompt: Can you check the risk profile of wallet 0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE on-chain — I want to know if it's safe to interact with before I send funds?

## When to prefer this

Use this endpoint when you need a quick risk assessment for a specific wallet address before interacting with it in a DeFi context, sending funds, or evaluating a counterparty. It is especially useful for agents operating on Base, Arbitrum, or Solana who need to perform due diligence programmatically without building custom heuristics.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported chain address format may return empty or error response
- Payment failure (402) if USDC not provided via x402 protocol
- Wallet with no on-chain history may return minimal or null risk data
- Rate limiting or service unavailability returns 5xx errors

## How this service works

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

## Output

Returns a JSON object with a status field and wallet risk assessment data, likely including a risk score, risk flags, and signals indicating whether the wallet has been involved in suspicious activity, hacks, scams, or flagged transactions across Base, Arbitrum, or 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-wallet-risk-scanner-1f21e2b3/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)
