# RagRadar Base Protocol Movers

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

Returns top-moving protocols on the Base blockchain, ranked by price or volume change

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-d99d7862
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_02vSlLlMn-lUUhzVikD2Q

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-d99d7862
```

Example prompt: What are the top-moving protocols on Base right now — show me which ones have the biggest price or volume changes today?

## When to prefer this

Use this endpoint when you specifically need to surface the top-moving or trending DeFi protocols on the Base blockchain, such as for building a market overview dashboard, alerting users to momentum plays, or feeding a smart money tracking workflow focused on Base.

## Known failure modes

- No protocols returned if Base RPC data is unavailable
- Stale data if on-chain indexer is lagging
- 402 Payment Required if USDC micropayment not provided
- Empty result set during low-activity periods
- Malformed response if upstream data provider is down

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON list of protocols on the Base blockchain ranked by movement metrics such as price change or volume change, including protocol names, percentage changes, and related on-chain statistics.

## Example request

```json
{
 "properties": "price"
}
```

## 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-d99d7862/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
