# RagRadar On-Chain Risk Score

> RagRadar On-Chain 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-10).

Returns a risk assessment score for a given blockchain wallet or contract address across Base, Arbitrum, or Solana

## Facts

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

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-4b443073
```

Example prompt: Can you run a risk check on the address 0x4e9ce36e442e55ecd9025b9a6e0d88485d628a67 on Base and tell me if it looks safe to send funds to?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call on-chain risk score for a specific wallet or contract address on Base, Arbitrum, or Solana. Prefer this over manual block explorer research when you need programmatic, structured risk signals for agent-driven workflows or DeFi transaction screening.

## Known failure modes

- Invalid or malformed address returns an error or empty result
- Unsupported chain address format may yield no data
- Address not indexed yet may return limited or null risk data
- Network timeout if the on-chain data source is temporarily unavailable
- Backup domain may have higher latency or intermittent availability

## How this service works

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

## Output

A JSON object with a status field and risk intelligence about the queried address, indicating whether the address is flagged, suspicious, or considered safe based on on-chain data across supported networks.

## 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-4b443073/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)
