CoinGlass Liquidation Max Pain API avatar

CoinGlass Liquidation Max Pain API

Pricing

$10.00 / 1,000 results

Go to Apify Store
CoinGlass Liquidation Max Pain API

CoinGlass Liquidation Max Pain API

Fetch CoinGlass liquidation max-pain prices for major cryptocurrencies. Select a time range to get clean JSON rows with current price, long max-pain liquidation level and price, and short max-pain liquidation level and price.

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

Api Merge

Api Merge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

an hour ago

Last modified

Share

What does CoinGlass Liquidation Max Pain do?

CoinGlass Liquidation Max Pain fetches liquidation max-pain prices for major cryptocurrencies. Select a time range to get clean JSON rows showing each symbol's current price plus long and short max-pain liquidation levels and prices.

Liquidation max-pain prices can help identify potential pressure zones between the current market price and nearby liquidation price levels.

Why use CoinGlass Liquidation Max Pain?

Use this Actor when you need structured liquidation max-pain data for analysis, dashboards, alerts, or automated market monitoring.

  • Monitor long and short liquidation pressure zones
  • Compare max-pain liquidation levels across major symbols
  • Build repeatable market snapshots with Apify schedules
  • Export the dataset as JSON, CSV, Excel, HTML, or RSS

How to use CoinGlass Liquidation Max Pain

  1. Open the Actor on Apify.
  2. Select a range.
  3. Click Start.
  4. Read the output from the default dataset.

Input

The Actor accepts one required input.

FieldRequiredDefaultDescription
rangeYes24hTime range for liquidation max-pain data. Supported values: 12h, 24h, 48h, 3d, 7d, 14d, 30d.

Input Example

{
"range": "24h"
}

Output

The Actor writes one dataset item with run metadata and a data array containing the mapped liquidation max-pain rows.

{
"success": true,
"message": "Liquidation max pain data fetched successfully.",
"range": "24h",
"data": [
{
"symbol": "BTC", // Cryptocurrency symbol
"price": 110625.1, // Symbol price
"long_max_pain_liq_level": 75677278.26, // Long max pain liquidation level
"long_max_pain_liq_price": 113046.71, // Long max pain liquidation price
"short_max_pain_liq_level": 44617473.19, // Short max pain liquidation level
"short_max_pain_liq_price": 109748.37 // Short max pain liquidation price
}
]
}

Data Table

FieldDescription
successtrue when the Actor completed cleanly, including free-limit notifications.
messageHuman-readable result or warning message.
rangeTime range used for the run.
dataArray of liquidation max-pain rows.
data.symbolCryptocurrency symbol.
data.priceCurrent symbol price.
data.long_max_pain_liq_levelLong max pain liquidation level.
data.long_max_pain_liq_priceLong max pain liquidation price.
data.short_max_pain_liq_levelShort max pain liquidation level.
data.short_max_pain_liq_priceShort max pain liquidation price.

How much does it cost to scrape CoinGlass liquidation max pain data?

The Actor is lightweight and designed for quick market snapshots. Free Apify plan users are limited to 5 runs per UTC day by this Actor. When the daily limit is reached, the Actor writes a warning item to the dataset.

Tips and advanced options

  • Use range: "24h" for the default one-day view.
  • Use longer ranges such as 7d, 14d, or 30d for wider liquidation pressure snapshots.
  • Schedule the Actor hourly or daily to create market time series snapshots.
  • Download the dataset in JSON, CSV, Excel, HTML, or RSS depending on your workflow.