# RagRadar Wallet Risk Score

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

Returns an on-chain risk assessment for a given blockchain wallet address, covering risk signals across Base, Arbitrum, and Solana.

## Facts

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

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-score-d942c945
```

Example prompt: Can you check the on-chain risk score for wallet address 0x742d35Cc6634C0532925a3b8D4C9B7E9a1234567 — I want to know if it's flagged as high-risk before I interact with it.

## When to prefer this

Use this endpoint when you need a quick, per-address on-chain risk signal before executing a transaction, onboarding a user wallet, or screening counterparties in a DeFi or Web3 context. Prefer this over general blockchain explorers when you need a structured risk score rather than raw transaction history.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Address not found on supported chains may return no risk data
- Payment failure via x402 micropayment blocks the request
- Rate limiting or service unavailability returns a 402 or 5xx error
- Unsupported chain addresses may not be scored

## How this service works

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

## Output

A JSON object containing the wallet's risk status and likely a risk score or classification, indicating whether the address has been associated with suspicious, high-risk, or flagged on-chain behavior 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-wallet-risk-score-d942c945/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)
