Skip to content

Liquidation

The forced closure of a leveraged trading position when the trader's margin falls below the maintenance requirement. Mass liquidations can cause cascading price moves as the exchange's liquidation engine market-sells (for longs) or market-buys (for shorts) large quantities.

Definition

The forced closure of a leveraged trading position when the trader's margin falls below the maintenance requirement. Mass liquidations can cause cascading price moves as the exchange's liquidation engine market-sells (for longs) or market-buys (for shorts) large quantities.

Live Data Example </> API
# Liquidation live data
$ curl command:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/liquidations?coin=BTC
Endpoint: /v1/signals/liquidations?coin=BTC
Get your API key →

Current Liquidation data from the Algo Tick API:

{
  "active_alerts": [],
  "coins_scanned": 1,
  "thresholds": {
    "warning": {
      "1m_pct": 1.0,
      "5m_pct": 2.0
    },
    "critical": {
      "1m_pct": 2.0,
      "5m_pct": 5.0
    },
    "extreme": {
      "1m_pct": 5.0,
      "5m_pct": 10.0
    }
  },
  "timestamp": "2026-03-12T18:54:36.529Z"
}
# Fetch this yourself:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v1/signals/liquidations?coin=BTC

Related Terms

Don't just stare at the dashboard. Automate it.

Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.

Get API Key →