# RagRadar Wallet Risk Assessment

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

Returns an on-chain risk score and intelligence report for a given blockchain wallet address

## Facts

- Endpoint: GET https://ragdar.vercel.app/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-assessment-d5d2cd20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EDMuFmSJKgyq3rZMCN-iF

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-assessment-d5d2cd20
```

Example prompt: Can you check the risk level of this wallet address 0x1234abcd...5678 on Base before I send funds to it? I want to know if it's flagged as high risk.

## When to prefer this

Choose this endpoint when you need rapid, affordable ($0.03 per call) on-chain risk scoring for wallet addresses on Base, Arbitrum, or Solana, particularly in agentic DeFi workflows where counterparty screening must happen programmatically before a transaction or interaction. It is well-suited for agents that need to automate risk checks at scale using x402 micropayments without managing API keys or subscriptions.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported chain address format may return no data or an error
- Payment failure via x402 micropayment protocol blocks the request
- Address not found on supported chains returns minimal or empty risk data
- Network timeout or Vercel cold start causes slow or failed response

## How this service works

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

## Output

A JSON object containing a risk status field and on-chain risk intelligence for the queried wallet address, indicating whether the wallet is flagged as suspicious, high-risk, or clean based on its transaction history and known associations 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-assessment-d5d2cd20/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
