# RagRadar DeFi Dashboard

> RagRadar DeFi Dashboard 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-14).

Returns an aggregated on-chain DeFi intelligence dashboard view for AI agents, covering multiple chains including Base, Arbitrum, and Solana.

## Facts

- Endpoint: GET https://backup.ragradar.space/api/defi/dashboard
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-defi-dashboard-fbf2e58d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vSdSFiAqCekcGoTVJLkKq

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-defi-dashboard-fbf2e58d
```

Example prompt: Pull the RagRadar DeFi dashboard to give me an aggregated on-chain intelligence snapshot across Base, Arbitrum, and Solana right now.

## When to prefer this

Use this endpoint when you need a high-level aggregated DeFi intelligence dashboard across multiple chains (Base, Arbitrum, Solana) in a single call. Prefer this over chain-specific endpoints when you want a cross-chain overview rather than drilling into one protocol or network.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Invalid properties filter parameter returns malformed request error
- Upstream chain data unavailable causing partial or empty response
- Rate limiting if quota exceeded
- Backup domain may have higher latency or occasional downtime

## How this service works

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

## Output

A JSON object with status 'ok' and aggregated DeFi dashboard data including on-chain metrics, protocol statistics, and cross-chain intelligence across Base, Arbitrum, and Solana 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-defi-dashboard-fbf2e58d/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)
