# RagRadar Risk Assessment

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

Returns on-chain risk score and risk profile for a given blockchain wallet or contract address

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/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-risk-assessment-df4f73da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d3YKm4oBT6AYoxCInWVQ2

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-risk-assessment-df4f73da
```

Example prompt: Can you run a risk assessment on this wallet address 0x1234abcd5678efgh for me and tell me if it looks suspicious or has any red flags?

## When to prefer this

Use this endpoint when you need a quick, AI-powered risk signal for a specific blockchain address before executing a transaction, approving a token, or interacting with a contract. Prefer this over manual chain explorers when you want a programmatic risk score with minimal latency.

## Known failure modes

- Invalid or malformed address format returns an error response
- Address not found on supported chains returns empty or null risk data
- Rate limiting or payment failure returns 402 or 429 status
- Network or service downtime returns 500 error

## 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

A JSON object containing a risk status and risk-related signals for the queried address, including indicators of suspicious on-chain behavior, risk score, and classification flags across Base, Arbitrum, or Solana networks.

## Example request

```json
{
 "properties": "0x1234567890123456789012345678901234567890"
}
```

## 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-risk-assessment-df4f73da/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)
