Exchange Liquidation Tracker
## 🧠 Overview **Crypto Liquidation Map API** provides real-time and historical liquidation level data across major cryptocurrency exchanges for popular trading pairs such as `BTC/USDT`. This API is designed for traders, analysts, and developers who need insights into where leverage positions may get liquidated based on current price action. --- ## 📊 What You Get - Liquidation price levels…
Exchange Liquidation Tracker endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/api/list-pair /api/list-pair |
Returns a list of all supported trading pairs for liquidity map data. |
| GET |
/api/list-exchanges /api/list-exchanges |
Returns a list of all supported exchanges for liquidity map data. |
| GET |
/api/list-timeframe /api/list-timeframe |
Returns a list of all supported time periods for liquidity map data. |
| GET |
/api/liquidity-map /api/liquidity-map |
Fetch liquidity map data for a specific cryptocurrency pair, exchange, and timeframe. Returns comprehensive liquidity data including 10x, 25x, 50x, and 100x leverage levels. |