# RagRadar MEV Data by Chain and Address

> RagRadar MEV Data by Chain and Address is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Retrieves on-chain MEV (Miner Extractable Value) intelligence for a specific address on a given blockchain network

## Facts

- Endpoint: GET https://backup.ragradar.space/api/mev/%7Bchain%7D/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-mev-data-by-chain-and-address-c7910279
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aJs1ya6m_WUQEHCqYVOrx

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-data-by-chain-and-address-c7910279
```

Example prompt: Can you pull the MEV activity data for wallet address 0xABC123... on Base using RagRadar?

## When to prefer this

Use this endpoint when you need MEV-specific on-chain intelligence for a wallet or contract address on Base, Arbitrum, or Solana, and are willing to pay a small $0.02 USDC micropayment per query via x402. Prefer this over general blockchain explorers when MEV analysis is the specific focus.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or invalid address format results in a bad request error
- Payment not received or insufficient USDC micropayment causes a 402 response
- Address with no on-chain activity may return empty or minimal data
- Backup domain may have higher latency or intermittent availability

## How this service works

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

## Output

Returns a JSON object with on-chain MEV intelligence data for the specified address on the given chain, including status and relevant MEV metrics or activity indicators.

## 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-data-by-chain-and-address-c7910279/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)
