# DeFi Liquidation Alert

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

Sends alerts or checks for liquidation risk events in DeFi lending protocols for a given position or address

## Facts

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

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-593670ac -d '<json body>'
```

Example prompt: Check if my wallet 0xABCD...1234 is at risk of liquidation on Aave — let me know the current health factor and whether I'm close to the liquidation threshold.

## When to prefer this

Use this endpoint when you need a quick, pay-per-request liquidation risk check for a DeFi lending position without maintaining your own blockchain indexer. Ideal for AI agents that need on-demand liquidation monitoring for a specific wallet or position on a supported lending protocol like Aave or Compound.

## Known failure modes

- Invalid or unrecognized wallet address returns an error
- Unsupported DeFi protocol results in no data
- Position not found for the given address
- Network or RPC errors from on-chain data fetching
- Rate limiting or payment failure due to insufficient USDC balance

## 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 result object containing liquidation risk data for the queried DeFi position, likely including health factor, collateral value, debt value, liquidation threshold, and an alert status indicating whether the position is at risk.

## 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-593670ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
