# KiteEndpoints.ai - DeFi Liquidation Alert

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

Monitors and alerts on DeFi liquidation events across lending protocols, returning risk data for positions at or near liquidation thresholds.

## Facts

- Endpoint: POST https://kite-endpoints.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/kiteendpoints-ai-defi-liquidation-alert-655d9f1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__JDGbGjQtI0hftUezwCZN

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 kiteendpoints-ai-defi-liquidation-alert-655d9f1b -d '<json body>'
```

Example prompt: Check if my wallet 0xABC...123 has any DeFi positions on Aave or Compound that are close to being liquidated and tell me the current health factor and liquidation price.

## When to prefer this

Use this endpoint when you need to programmatically check or monitor DeFi lending positions for liquidation risk across protocols like Aave, Compound, or MakerDAO. Prefer it over general blockchain explorers when you specifically need health factor, collateral ratio, and liquidation price data packaged together in a single call, especially for agent-based automated risk monitoring workflows.

## Known failure modes

- Invalid or unrecognized wallet address returns an error or empty result
- Protocol not supported returns a null or error response
- Position ID not found on specified protocol returns empty data
- Network congestion may cause stale or delayed on-chain data
- Malformed request body returns a generic API error
- USDC payment failure on Base chain results in 402 rejection before processing

## 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 a structured result object containing liquidation risk data including health factor, collateral value, debt value, liquidation price, protocol name, and a risk level indicator for DeFi positions associated with the queried wallet or position.

## 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/kiteendpoints-ai-defi-liquidation-alert-655d9f1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
