# Binance BTCUSDT Liquidation Heatmap Extractor

**Use case:** 

Export CoinGlass Model 2 Binance BTCUSDT liquidation levels and candlesticks for the latest 24 hours.

## Input

```json
{
  "requests": [
    {
      "symbol": "BTC",
      "exchange": "Binance",
      "pair": "BTCUSDT",
      "model": "2",
      "range": "24h"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "exchange": {
    "label": "Exchange",
    "format": "text"
  },
  "pair": {
    "label": "Pair",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "range": {
    "label": "Range",
    "format": "text"
  },
  "interval": {
    "label": "Interval",
    "format": "text"
  },
  "priceLevels": {
    "label": "Price levels",
    "format": "array"
  },
  "liquidationLeverageData": {
    "label": "Liquidation cells",
    "format": "array"
  },
  "candlesticks": {
    "label": "OHLCV candles",
    "format": "array"
  },
  "rangeLow": {
    "label": "Range low",
    "format": "number"
  },
  "rangeHigh": {
    "label": "Range high",
    "format": "number"
  },
  "updateTime": {
    "label": "Updated",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [CoinGlass Liquidation Heatmap Scraper](https://apify.com/automation-lab/coinglass-liquidation-heatmap-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/coinglass-liquidation-heatmap-scraper) to learn more, explore other use cases, and run it yourself.