CoinGlass Liquidation Max Pain API
Pricing
$10.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
an hour ago
Last modified
Categories
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
- Open the Actor on Apify.
- Select a
range. - Click Start.
- Read the output from the default dataset.
Input
The Actor accepts one required input.
| Field | Required | Default | Description |
|---|---|---|---|
range | Yes | 24h | Time 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
| Field | Description |
|---|---|
success | true when the Actor completed cleanly, including free-limit notifications. |
message | Human-readable result or warning message. |
range | Time range used for the run. |
data | Array of liquidation max-pain rows. |
data.symbol | Cryptocurrency symbol. |
data.price | Current symbol price. |
data.long_max_pain_liq_level | Long max pain liquidation level. |
data.long_max_pain_liq_price | Long max pain liquidation price. |
data.short_max_pain_liq_level | Short max pain liquidation level. |
data.short_max_pain_liq_price | Short 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, or30dfor 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.