CoinGlass Coin Markets API
Pricing
$7.00 / 1,000 results
CoinGlass Coin Markets API
Fetch CoinGlass coin markets data for any supported exchange. Select an exchange and page to get clean JSON output with market symbols, current prices, funding rates, market cap, open interest, price changes, volume changes, long/short ratios, and liquidation metrics.
Pricing
$7.00 / 1,000 results
Rating
0.0
(0)
Developer
Api Merge
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
3 hours ago
Last modified
Categories
Share
What does Coinglass Coin Markets do?
Coinglass Coin Markets fetches coin market metrics from Coinglass for a selected exchange and result page. It returns a clean JSON response with market-wide derivatives fields such as current price, open interest, funding-rate averages, price changes, volume changes, long/short ratios, and liquidation totals.
Run the Actor with all_exchanges to get the broad market list, or choose a specific exchange such as Binance, Bybit, OKX, Kraken, or Coinbase. Results are saved to the default Apify dataset and can be accessed through the Apify API, scheduled runs, integrations, or dataset exports.
Why use Coinglass Coin Markets?
Use this Actor when you need structured Coinglass market data for analysis, monitoring, or automation. It is useful for:
- Monitoring crypto derivatives market activity across exchanges
- Feeding dashboards, alerts, or trading tools
- Tracking open interest, liquidation, volume, and long/short metrics
- Building repeatable market snapshots with Apify schedules
- Exporting market data as JSON, CSV, Excel, HTML, or RSS
How to use Coinglass Coin Markets
- Open the Actor on Apify.
- Select an
exchange, or keepall_exchanges. - Set the
pagenumber. - Click Start.
- Read the output from the default dataset.
Input
The Actor accepts two required inputs.
| Field | Required | Default | Description |
|---|---|---|---|
exchange | Yes | all_exchanges | Exchange filter. Supported values: all_exchanges, Binance, Bybit, OKX, Crypto.com, CoinEx, CME, Deribit, Bitfinex, dYdX, Bitmex, HTX, Kraken, Bitget, BingX, Gate, KuCoin, WhiteBIT, MEXC, Bitunix, Hyperliquid, Coinbase. |
page | Yes | 1 | Result page number. Each page returns up to 20 markets. |
Input example
{"exchange": ["all_exchanges"],"page": 1}
Multiple exchanges can also be selected together.
{"exchange": ["Binance","Bybit"],"page": 1}
If all_exchanges is selected together with specific exchanges, the specific exchanges are used.
Output
The Actor writes one dataset item containing request metadata, the total count, and a markets array.
Output example
The comments below explain each market field. The actual dataset output is returned as regular JSON without comments.
{"success": true,"message": "Coin markets data fetched successfully.","totalCount": 971,"markets": [{"symbol": "BTC", // Cryptocurrency symbol"current_price": 84773.6, // Current price in USD"avg_funding_rate_by_oi": 0.00196, // Average funding rate weighted by open interest"avg_funding_rate_by_vol": 0.002647, // Average funding rate weighted by volume"market_cap_usd": 1683310500117.051, // Market capitalization in USD"open_interest_market_cap_ratio": 0.0327, // Ratio of open interest to market capitalization"open_interest_usd": 55002072334.9376, // Open interest in USD"open_interest_quantity": 648525.0328, // Open interest quantity, number of contracts"open_interest_volume_ratio": 0.7936, // Ratio of open interest to volume"price_change_percent_5m": -0.02, // Price change percentage in the last 5 minutes"price_change_percent_15m": 0.06, // Price change percentage in the last 15 minutes"price_change_percent_30m": 0.03, // Price change percentage in the last 30 minutes"price_change_percent_1h": -0.1, // Price change percentage in the last 1 hour"price_change_percent_4h": -0.15, // Price change percentage in the last 4 hours"price_change_percent_12h": 0.15, // Price change percentage in the last 12 hours"price_change_percent_24h": 1.06, // Price change percentage in the last 24 hours"open_interest_change_percent_5m": 0, // Open interest change percentage in the last 5 minutes"open_interest_change_percent_15m": 0.04, // Open interest change percentage in the last 15 minutes"open_interest_change_percent_30m": 0, // Open interest change percentage in the last 30 minutes"open_interest_change_percent_1h": -0.01, // Open interest change percentage in the last 1 hour"open_interest_change_percent_4h": 0.17, // Open interest change percentage in the last 4 hours"open_interest_change_percent_24h": 4.58, // Open interest change percentage in the last 24 hours"volume_change_percent_5m": -0.03, // Volume change percentage in the last 5 minutes"volume_change_percent_15m": -0.73, // Volume change percentage in the last 15 minutes"volume_change_percent_30m": -1.13, // Volume change percentage in the last 30 minutes"volume_change_percent_1h": -2.33, // Volume change percentage in the last 1 hour"volume_change_percent_4h": -5.83, // Volume change percentage in the last 4 hours"volume_change_percent_24h": -26.38, // Volume change percentage in the last 24 hours"volume_change_usd_1h": 69310404660.3795, // Volume change in USD in the last 1 hour"volume_change_usd_4h": -4290959532.4414644, // Volume change in USD in the last 4 hours"volume_change_usd_24h": -24835757605.82467, // Volume change in USD in the last 24 hours"long_short_ratio_5m": 1.2523, // Long/short ratio in the last 5 minutes"long_short_ratio_15m": 0.9928, // Long/short ratio in the last 15 minutes"long_short_ratio_30m": 1.0695, // Long/short ratio in the last 30 minutes"long_short_ratio_1h": 1.0068, // Long/short ratio in the last 1 hour"long_short_ratio_4h": 1.0504, // Long/short ratio in the last 4 hours"long_short_ratio_12h": 1.0317, // Long/short ratio in the last 12 hours"long_short_ratio_24h": 1.0313, // Long/short ratio in the last 24 hours"liquidation_usd_1h": 33621.85192, // Total liquidation amount in USD in the last 1 hour"long_liquidation_usd_1h": 22178.4681, // Long liquidation amount in USD in the last 1 hour"short_liquidation_usd_1h": 11443.38382, // Short liquidation amount in USD in the last 1 hour"liquidation_usd_4h": 222210.47117, // Total liquidation amount in USD in the last 4 hours"long_liquidation_usd_4h": 179415.77249, // Long liquidation amount in USD in the last 4 hours"short_liquidation_usd_4h": 42794.69868, // Short liquidation amount in USD in the last 4 hours"liquidation_usd_12h": 11895453.392145, // Total liquidation amount in USD in the last 12 hours"long_liquidation_usd_12h": 10223351.23772, // Long liquidation amount in USD in the last 12 hours"short_liquidation_usd_12h": 1672102.154425, // Short liquidation amount in USD in the last 12 hours"liquidation_usd_24h": 27519292.973646, // Total liquidation amount in USD in the last 24 hours"long_liquidation_usd_24h": 17793322.595016, // Long liquidation amount in USD in the last 24 hours"short_liquidation_usd_24h": 9725970.37863 // Short liquidation amount in USD in the last 24 hours}]}
Data table
| Field | Description |
|---|---|
success | true when the Actor completed cleanly, including free-limit notifications. |
message | Human-readable result or warning message. |
totalCount | Total number of markets available for the filter. |
markets | Array of market objects. |
markets.symbol | Cryptocurrency symbol. |
markets.current_price | Current price in USD. |
markets.avg_funding_rate_by_oi | Average funding rate weighted by open interest. |
markets.avg_funding_rate_by_vol | Average funding rate weighted by volume. |
markets.market_cap_usd | Market capitalization in USD. |
markets.open_interest_market_cap_ratio | Ratio of open interest to market capitalization. |
markets.open_interest_usd | Open interest in USD. |
markets.open_interest_quantity | Open interest quantity, number of contracts. |
markets.open_interest_volume_ratio | Ratio of open interest to volume. |
markets.price_change_percent_5m | Price change percentage in the last 5 minutes. |
markets.price_change_percent_15m | Price change percentage in the last 15 minutes. |
markets.price_change_percent_30m | Price change percentage in the last 30 minutes. |
markets.price_change_percent_1h | Price change percentage in the last 1 hour. |
markets.price_change_percent_4h | Price change percentage in the last 4 hours. |
markets.price_change_percent_12h | Price change percentage in the last 12 hours. |
markets.price_change_percent_24h | Price change percentage in the last 24 hours. |
markets.open_interest_change_percent_5m | Open interest change percentage in the last 5 minutes. |
markets.open_interest_change_percent_15m | Open interest change percentage in the last 15 minutes. |
markets.open_interest_change_percent_30m | Open interest change percentage in the last 30 minutes. |
markets.open_interest_change_percent_1h | Open interest change percentage in the last 1 hour. |
markets.open_interest_change_percent_4h | Open interest change percentage in the last 4 hours. |
markets.open_interest_change_percent_24h | Open interest change percentage in the last 24 hours. |
markets.volume_change_percent_5m | Volume change percentage in the last 5 minutes. |
markets.volume_change_percent_15m | Volume change percentage in the last 15 minutes. |
markets.volume_change_percent_30m | Volume change percentage in the last 30 minutes. |
markets.volume_change_percent_1h | Volume change percentage in the last 1 hour. |
markets.volume_change_percent_4h | Volume change percentage in the last 4 hours. |
markets.volume_change_percent_24h | Volume change percentage in the last 24 hours. |
markets.volume_change_usd_1h | Volume change in USD in the last 1 hour. |
markets.volume_change_usd_4h | Volume change in USD in the last 4 hours. |
markets.volume_change_usd_24h | Volume change in USD in the last 24 hours. |
markets.long_short_ratio_5m | Long/short ratio in the last 5 minutes. |
markets.long_short_ratio_15m | Long/short ratio in the last 15 minutes. |
markets.long_short_ratio_30m | Long/short ratio in the last 30 minutes. |
markets.long_short_ratio_1h | Long/short ratio in the last 1 hour. |
markets.long_short_ratio_4h | Long/short ratio in the last 4 hours. |
markets.long_short_ratio_12h | Long/short ratio in the last 12 hours. |
markets.long_short_ratio_24h | Long/short ratio in the last 24 hours. |
markets.liquidation_usd_1h | Total liquidation amount in USD in the last 1 hour. |
markets.long_liquidation_usd_1h | Long liquidation amount in USD in the last 1 hour. |
markets.short_liquidation_usd_1h | Short liquidation amount in USD in the last 1 hour. |
markets.liquidation_usd_4h | Total liquidation amount in USD in the last 4 hours. |
markets.long_liquidation_usd_4h | Long liquidation amount in USD in the last 4 hours. |
markets.short_liquidation_usd_4h | Short liquidation amount in USD in the last 4 hours. |
markets.liquidation_usd_12h | Total liquidation amount in USD in the last 12 hours. |
markets.long_liquidation_usd_12h | Long liquidation amount in USD in the last 12 hours. |
markets.short_liquidation_usd_12h | Short liquidation amount in USD in the last 12 hours. |
markets.liquidation_usd_24h | Total liquidation amount in USD in the last 24 hours. |
markets.long_liquidation_usd_24h | Long liquidation amount in USD in the last 24 hours. |
markets.short_liquidation_usd_24h | Short liquidation amount in USD in the last 24 hours. |
How much does it cost to scrape Coinglass coin markets?
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
exchange: "all_exchanges"for a general market snapshot. - Increase
pageto paginate through more results. - 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.