# RagRadar Base Protocol Movers

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

Returns the top gaining and losing protocols on Base by on-chain activity or TVL movement

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/protocols/base/movers
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-base-protocol-movers-61459a1c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hqZEbbVrutWqt6UgkXuky

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-61459a1c
```

Example prompt: What are the top moving protocols on Base right now — which ones are gaining or losing the most traction on-chain?

## When to prefer this

Choose this endpoint when you need real-time on-chain intelligence about which Base protocols are gaining or losing traction, rather than static token price feeds or off-chain analytics. It is purpose-built for AI agents via x402 micropayments with no subscription required, making it ideal for agentic workflows that need fresh DeFi intelligence on demand.

## Known failure modes

- No data available if Base indexer is lagging or offline
- Empty results if no significant protocol movement detected in the window
- Payment failure if x402 USDC micropayment is not properly handled
- Malformed response if upstream on-chain data source is unavailable
- Rate limiting if too many requests are made in quick succession

## How this service works

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

## Output

A ranked list of Base protocols sorted by on-chain movement metrics, including protocol names and their relative gains or losses in activity or TVL over a recent time window, returned as JSON.

## 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-61459a1c/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)
