# RagRadar Base Protocol Movers

> RagRadar Base Protocol Movers 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).

Returns the top gaining and losing protocols on the Base blockchain, showing which DeFi protocols are moving the most in a given period.

## Facts

- Endpoint: GET https://ragradar.space/api/protocols/base/movers
- 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-movers-09fd6843
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mm-kL30Aes1HA6LA3NmD3

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-movers-09fd6843
```

Example prompt: What are the biggest movers among DeFi protocols on Base right now — show me what's gaining and losing the most?

## When to prefer this

Use this endpoint when you need a ranked list of DeFi protocol movers specifically on the Base blockchain. Prefer this over generic token price endpoints when the user wants to understand which protocols (not just tokens) are gaining or losing traction. Ideal for DeFi dashboards, trend monitoring, or smart money research on Base.

## Known failure modes

- No data available for Base protocols at that time — returns empty list or 404
- Upstream on-chain data provider outage — returns 503 or stale data
- Invalid or malformed properties parameter — may return 400 or default results
- Payment not processed (x402) — returns 402 Payment Required

## How this service works

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

## Output

A JSON list of DeFi protocols on the Base blockchain ranked by movement metrics such as price change, TVL change, or volume change, indicating which protocols are trending up or down over a recent time window.

## 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-movers-09fd6843/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)
