# RagRadar Base Protocol Intelligence

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

Returns on-chain protocol data and intelligence for the Base blockchain network

## Facts

- Endpoint: GET https://backup.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-protocol-intelligence-55e84a49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sueGyhgzVmxlqnLMWoMhv

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-protocol-intelligence-55e84a49
```

Example prompt: Pull the latest on-chain protocol intelligence for Base from RagRadar — I want to see what protocols are active and their current status.

## When to prefer this

Use this endpoint when you need structured, on-chain protocol-level data specifically for the Base blockchain and want pay-per-call pricing via x402 micropayments without a subscription. Prefer over generic blockchain explorers when you need aggregated protocol intelligence rather than raw transaction data.

## Known failure modes

- Payment not included or invalid x402 micropayment header returns 402 Payment Required
- Invalid or unsupported properties parameter returns 400 Bad Request
- Base network RPC unavailability may return 503 or degraded data
- Empty response if no protocol data is indexed for requested properties
- Rate limiting if too many calls are made without valid payment

## How this service works

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

## Output

A JSON object with status and on-chain protocol data for the Base blockchain, including metrics and intelligence about protocols deployed on Base. Exact fields depend on query parameters passed.

## 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-protocol-intelligence-55e84a49/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)
