# RagRadar Protocol Health

> RagRadar Protocol Health is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-12).

Returns AI-powered health status and risk metrics for a specified DeFi protocol across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/protocol-health/%7Bprotocol%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-protocol-health-0050f1b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y0nNrurKy41IVQv1H-4zf

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-protocol-health-0050f1b3
```

Example prompt: Check the current protocol health status for Aave on RagRadar — I want to know if it's showing any on-chain risk signals right now.

## When to prefer this

Use this endpoint when you need a quick, AI-summarized health check for a specific DeFi protocol and want multi-chain coverage (Base, Arbitrum, Solana) without querying raw blockchain data yourself. Prefer this over general DeFi dashboards when you need a programmatic, per-protocol health signal for agent workflows or automated monitoring.

## Known failure modes

- Unknown or unsupported protocol name returns 404 or empty result
- Protocol not indexed on supported chains returns no data
- Malformed protocol identifier in path parameter causes 400 error
- Service unavailability or Vercel cold-start timeout returns 500
- Rate limiting or payment failure returns 402

## 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 the health status of the specified DeFi protocol, including on-chain risk indicators, protocol vitals, and an overall status field (e.g. 'ok' or risk flags).

## 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-protocol-health-0050f1b3/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)
