# DeFi Liquidation Alert

> DeFi Liquidation Alert is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Monitors and alerts on DeFi protocol liquidation events and at-risk positions

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/defi-liquidation-alert
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-liquidation-alert-cea64600
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XYPHP7M5bB_0voJXLqBBi

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-liquidation-alert-cea64600 -d '<json body>'
```

Example prompt: Check if my wallet 0xABC123 is at risk of liquidation on Aave — flag any positions where the health factor has dropped below 1.2 and tell me the current collateral ratio and liquidation price.

## When to prefer this

Use this endpoint when you need real-time or near-real-time liquidation risk assessment for DeFi lending positions, especially for wallets interacting with protocols like Aave, Compound, or MakerDAO. Prefer this over general blockchain data endpoints when the specific need is liquidation monitoring and health factor tracking.

## Known failure modes

- Invalid or unrecognized wallet address returns error
- Unsupported DeFi protocol returns no data
- On-chain data unavailable or RPC timeout
- Missing required position parameters returns 400
- No at-risk positions found returns empty result set

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns structured data about DeFi positions at risk of liquidation, including health factors, collateral ratios, liquidation thresholds, and alert status for the queried wallet or protocol.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-liquidation-alert-cea64600/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
