# DeFi Intel Agent Gateway — Pending Liquidations

> DeFi Intel Agent Gateway — Pending Liquidations is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-13).

Returns positions on Aave and Morpho with health factor below 1.05 that are at risk of or eligible for liquidation, including collateral and borrow details.

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/mev/pending-liquidations
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-agent-gateway-pending-liquidations-82e328d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CmgBtFz9FjMwTDWh5DJ7p

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 defi-intel-agent-gateway-pending-liquidations-82e328d8 -d '<json body>'
```

Example prompt: Pull the current list of liquidatable positions on Aave and Morpho — I need all accounts with a health factor below 1.05, including their collateral and borrow assets, so I can evaluate liquidation opportunities.

## When to prefer this

Choose this endpoint when you need a real-time feed of liquidatable DeFi positions on Aave or Morpho specifically, with health factor filtering already applied. Ideal for MEV bots, liquidation searchers, and risk dashboards that need structured collateral/borrow data without building their own on-chain indexer. Not appropriate for general portfolio tracking, price feeds, or protocols other than Aave/Morpho.

## Known failure modes

- No positions returned if all current positions are healthy (health factor ≥ 1.05)
- Stale data if the underlying on-chain indexer lags behind the latest block
- Rate limit or payment failure if the $0.04 USDC x402 payment is not completed
- Protocol-specific outages if Aave or Morpho indexing is temporarily unavailable
- Empty result set during low-volatility market conditions with few liquidation opportunities

## How this service works

Positions at risk of liquidation on Aave/Morpho with health factor <1.05. Returns liquidatable positions + collateral/borrow. For MEV monitoring only.

## Output

A JSON list of positions currently eligible for liquidation on Aave and/or Morpho, each including the wallet address, health factor (below 1.05), collateral asset and amount, and borrow asset and amount. Intended for MEV monitoring and liquidation bot consumption.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-agent-gateway-pending-liquidations-82e328d8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
