# RagRadar MEV Intelligence

> RagRadar MEV Intelligence is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns MEV (maximal extractable value) activity and analytics for a given address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/mev/%7Bchain%7D/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-mev-intelligence-90644ce7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A1MsBKf1sy-3bKx3KtJu8

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-mev-intelligence-90644ce7
```

Example prompt: Check RagRadar for any MEV activity — sandwich attacks, frontrunning, or arbitrage — targeting wallet 0xAbC123...def on Base.

## When to prefer this

Use this endpoint when you need MEV-specific intelligence (sandwich attacks, frontrunning, arbitrage extraction) for a specific address on Base, Arbitrum, or Solana. Prefer this over generic blockchain explorers when the user's concern is specifically about MEV exposure or bot activity targeting their wallet or contract, and when fine-grained per-address MEV analytics are needed rather than general transaction history.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed wallet/contract address returns a validation error
- Address with no MEV activity may return empty results
- Payment failure via x402 micropayment protocol blocks the request
- 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 JSON object containing MEV-related activity for the specified address on the requested chain, including details about detected sandwich attacks, arbitrage events, frontrunning incidents, and related on-chain intelligence metrics.

## 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-mev-intelligence-90644ce7/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)
