# RagRadar Protocol Health Checker

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

Retrieves health and status metrics for a specified DeFi protocol across multi-chain networks

## Facts

- Endpoint: GET https://ragradar.space/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-checker-3f92a694
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nJT5wQtgjywMy-tzEgemA

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-checker-3f92a694
```

Example prompt: Can you check the current health status of the Aave protocol using RagRadar's multi-chain analytics?

## When to prefer this

Use this endpoint when you need a quick health snapshot of a specific DeFi protocol by name, especially across Base, Arbitrum, or Solana. Prefer this over general block explorers when you want aggregated protocol-level health rather than raw transaction data.

## Known failure modes

- Unknown or unsupported protocol name returns an error or empty response
- Protocol identifier not found on any supported chain
- Malformed protocol slug in the URL path causes 404
- Temporary data unavailability returns stale or null metrics
- Rate limiting or payment failure returns 402 Payment Required

## 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 indicating the health of the requested DeFi protocol, potentially including metrics such as TVL, liquidity, risk indicators, and operational status 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-protocol-health-checker-3f92a694/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
