# RagRadar Base Protocols Analytics

> RagRadar Base Protocols Analytics is a paid API for AI agents from ragradar.space, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves on-chain protocol data and analytics for the Base blockchain network

## Facts

- Endpoint: GET https://ragradar.space/api/protocols/base
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-base-protocols-analytics-89fb17f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0MSyLyU2JH4MOboreDHDf

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-base-protocols-analytics-89fb17f6
```

Example prompt: Show me the DeFi protocols currently active on Base blockchain — I want to see what's available and their on-chain stats.

## When to prefer this

Use this endpoint when you specifically need protocol-level analytics for the Base blockchain, such as identifying active DeFi protocols, comparing protocol metrics, or building a picture of Base ecosystem activity. Choose this over generic blockchain explorers when you need AI-curated, structured protocol intelligence rather than raw transaction data.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Invalid or unsupported properties parameter — may return empty or error response
- Base network data temporarily unavailable — returns service error
- Rate limiting if too many calls made in quick succession

## How this service works

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

## Output

Returns a JSON object with on-chain protocol data for the Base network, including protocol names, metrics, and status information from RagRadar's multi-chain intelligence system.

## 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-base-protocols-analytics-89fb17f6/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)
