# RagRadar DeFi Dashboard

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

Returns an aggregated DeFi dashboard overview with multi-chain on-chain analytics across Base, Arbitrum, and Solana

## Facts

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

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-8b1d24bf
```

Example prompt: Pull up my RagRadar DeFi dashboard so I can see my portfolio P&L, whale alerts, and smart money activity across Base, Arbitrum, and Solana all in one view.

## When to prefer this

Choose this endpoint when you need a consolidated multi-chain DeFi overview in a single call rather than querying individual chain-specific endpoints. Best when the user wants a high-level dashboard view spanning Base, Arbitrum, and Solana simultaneously, including portfolio performance, whale activity, and yield opportunities.

## Known failure modes

- Missing or invalid authentication returns 401/402 payment required
- Unsupported chain parameter returns error
- Downstream RPC node outage causes stale or missing data
- Rate limiting if too many requests in quick succession
- Malformed input schema returns 400 bad request

## How this service works

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

## Output

A JSON dashboard object containing aggregated on-chain analytics including portfolio P&L, smart money signals, whale alerts, token intelligence, DeFi yield data, and multi-chain activity summaries across Base, Arbitrum, and 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-defi-dashboard-8b1d24bf/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)
