# RagRadar DeFi Dashboard

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

Returns an aggregated on-chain DeFi dashboard overview across Base, Arbitrum, and Solana networks for AI agents.

## Facts

- Endpoint: GET https://ragdar.vercel.app/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-0e53dc97
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kZfYWPHT4Q1KnvYjhKpCb

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-0e53dc97
```

Example prompt: Pull the RagRadar DeFi dashboard for me — I want an aggregated on-chain overview across Base, Arbitrum, and Solana right now.

## When to prefer this

Choose this endpoint when you need an aggregated, multi-chain DeFi dashboard view in a single call across Base, Arbitrum, and Solana, especially when building AI agents that require on-chain intelligence via x402 micropayment rails. Prefer this over chain-specific analytics tools when cross-chain aggregation is needed without building separate integrations.

## Known failure modes

- Missing or malformed properties parameter returns an error
- x402 payment failure if USDC micropayment is not completed
- Upstream blockchain RPC timeouts causing partial or empty data
- Rate limiting if too many calls made in quick succession
- Network-specific data unavailable if chain is congested or RPC is down

## How this service works

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

## Output

Returns a JSON object with status 'ok' and aggregated DeFi dashboard data including on-chain metrics, protocol stats, 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-0e53dc97/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
