# RagRadar On-Chain Risk Score

> RagRadar On-Chain Risk Score 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 assessment score for a given blockchain wallet or contract address across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragdar.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-on-chain-risk-score-5f88cf0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-ulJZSogfDHuEywytNqkW

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-on-chain-risk-score-5f88cf0b
```

Example prompt: Before I send funds, can you check the on-chain risk score for wallet address 0x1234abcd5678ef... on Base using RagRadar?

## When to prefer this

Choose this endpoint when you need a fast, per-address on-chain risk score specifically for Base, Arbitrum, or Solana addresses, and when paying per-call via x402 micropayments is acceptable. Prefer it over manual block explorer lookups when you need a structured, agent-consumable risk signal rather than raw transaction history.

## Known failure modes

- Invalid or malformed address returns an error response
- Address not found on supported chains may return empty or low-confidence result
- Network timeouts for chains with slow RPC nodes
- Unsupported chain addresses (e.g. Ethereum mainnet) may return no data
- Payment failure via x402 micropayment protocol blocks the request

## How this service works

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

## Output

A JSON object containing a status field and on-chain risk intelligence for the queried address, likely including a risk score or rating, flags for suspicious behavior, and contextual signals derived from blockchain activity across supported networks (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-on-chain-risk-score-5f88cf0b/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)
