# RagRadar DeFi Dashboard

> RagRadar DeFi Dashboard is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a multi-chain DeFi overview dashboard aggregating yields, protocol metrics, and on-chain analytics across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/defi/dashboard
- 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-defi-dashboard-1dd92dc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ey2DiCBbHJ_sG6I9Lyo31

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-1dd92dc0
```

Example prompt: Give me a full DeFi dashboard overview across Base, Arbitrum, and Solana — I want to see current yields, protocol activity, and any standout opportunities right now.

## When to prefer this

Use this endpoint when you need a broad, aggregated DeFi overview across multiple chains simultaneously rather than querying a single protocol or chain. Ideal for dashboards, morning briefings, or opportunity scanning across Base, Arbitrum, and Solana in one call.

## Known failure modes

- Missing or invalid properties parameter returns malformed response
- Chain data temporarily unavailable returns partial dashboard
- Payment not processed returns 402 error
- Rate limiting or overload returns 5xx error

## 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 dashboard object containing aggregated DeFi metrics, yield rates, protocol stats, and on-chain analytics across Base, Arbitrum, and Solana chains, with status confirmation.

## 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-1dd92dc0/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)
