# CIEL M2M MEV Liquidation Analytics

> CIEL M2M MEV Liquidation Analytics is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-18).

Analyzes MEV (Maximal Extractable Value) liquidation opportunities and events on-chain, returning structured DeFi analytics data.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/mev-liquidate
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-mev-liquidation-analytics-5b63d756
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aFy1nkvhKXIGAXfvux6De

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 ciel-m2m-mev-liquidation-analytics-5b63d756
```

Example prompt: Can you scan for active MEV liquidation opportunities on-chain and return any currently liquidatable positions or recent liquidation events?

## When to prefer this

Choose this endpoint when you need on-chain MEV liquidation data via a pay-per-call micro-service model (x402/USDC on Base), especially if you need lightweight, programmatic access without committing to a large DeFi data subscription. Best for agents that need ad-hoc or infrequent liquidation analytics without standing infrastructure.

## Known failure modes

- Missing or malformed 'properties' parameter returns an error or empty result
- No current liquidation opportunities found returns a default or empty data payload
- Invalid chain or protocol filter returns an error
- Service unavailable or timeout returns a non-200 HTTP response
- Payment not received or x402 auth failure blocks the call

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with structured data about MEV liquidation opportunities or events, including relevant on-chain parameters such as position details, protocol identifiers, liquidation thresholds, and opportunity metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-mev-liquidation-analytics-5b63d756/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
