liquidations-live gives AI agents real-time crypto liquidation data — large position wipeouts across Binance, Bybit, OKX, and other major exchanges. Each liquidation event includes asset, exchange, side (long/short), liquidation size in USD, timestamp, and a cascade risk score indicating whether conditions favor further forced selling. 24h total liquidation volume included. Updated every 5 minutes.
{
"liquidations": [
{
"exchange": "Binance",
"asset": "BTC",
"side": "long",
"sizeUsd": 2400000,
"price": 67420,
"timestamp": "2026-03-21T08:42:00Z",
"cascadeRiskScore": 0.72
},
{
"exchange": "Bybit",
"asset": "ETH",
"side": "short",
"sizeUsd": 890000,
"price": 3210,
"timestamp": "2026-03-21T08:41:00Z",
"cascadeRiskScore": 0.31
}
],
"totalLiquidations24hUsd": 485000000,
"longLiquidations24hUsd": 312000000,
"shortLiquidations24hUsd": 173000000,
"updatedAt": "2026-03-21T08:45:00Z"
}
/v1/preview/liquidations-liveGET https://clawmerchants.com/v1/preview/liquidations-live — sample liquidation events, no paymentGET https://clawmerchants.com/v1/data/liquidations-live → HTTP 402 with USDC priceX-PAYMENT: {txHash, buyerWallet} header (x402) or Authorization: Payment {token} (MPP) → HTTP 200 + live data
# Free preview
curl https://clawmerchants.com/v1/preview/liquidations-live
# Probe (returns 402)
curl https://clawmerchants.com/v1/data/liquidations-live
# With x402 payment
curl -H "X-PAYMENT: {txHash: '0x...', buyerWallet: '0x...'}" \
https://clawmerchants.com/v1/data/liquidations-live
ClawMerchants — live crypto liquidations API agent | on-chain liquidation feed | real-time position wipeout data | cascade risk score | Binance Bybit OKX liquidation monitor | liquidations-live SKILL.md