CoinGlass Coin Markets API avatar

CoinGlass Coin Markets API

Pricing

$7.00 / 1,000 results

Go to Apify Store
CoinGlass Coin Markets API

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

Api Merge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 hours ago

Last modified

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

  1. Open the Actor on Apify.
  2. Select an exchange, or keep all_exchanges.
  3. Set the page number.
  4. Click Start.
  5. Read the output from the default dataset.

Input

The Actor accepts two required inputs.

FieldRequiredDefaultDescription
exchangeYesall_exchangesExchange 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.
pageYes1Result 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

FieldDescription
successtrue when the Actor completed cleanly, including free-limit notifications.
messageHuman-readable result or warning message.
totalCountTotal number of markets available for the filter.
marketsArray of market objects.
markets.symbolCryptocurrency symbol.
markets.current_priceCurrent price in USD.
markets.avg_funding_rate_by_oiAverage funding rate weighted by open interest.
markets.avg_funding_rate_by_volAverage funding rate weighted by volume.
markets.market_cap_usdMarket capitalization in USD.
markets.open_interest_market_cap_ratioRatio of open interest to market capitalization.
markets.open_interest_usdOpen interest in USD.
markets.open_interest_quantityOpen interest quantity, number of contracts.
markets.open_interest_volume_ratioRatio of open interest to volume.
markets.price_change_percent_5mPrice change percentage in the last 5 minutes.
markets.price_change_percent_15mPrice change percentage in the last 15 minutes.
markets.price_change_percent_30mPrice change percentage in the last 30 minutes.
markets.price_change_percent_1hPrice change percentage in the last 1 hour.
markets.price_change_percent_4hPrice change percentage in the last 4 hours.
markets.price_change_percent_12hPrice change percentage in the last 12 hours.
markets.price_change_percent_24hPrice change percentage in the last 24 hours.
markets.open_interest_change_percent_5mOpen interest change percentage in the last 5 minutes.
markets.open_interest_change_percent_15mOpen interest change percentage in the last 15 minutes.
markets.open_interest_change_percent_30mOpen interest change percentage in the last 30 minutes.
markets.open_interest_change_percent_1hOpen interest change percentage in the last 1 hour.
markets.open_interest_change_percent_4hOpen interest change percentage in the last 4 hours.
markets.open_interest_change_percent_24hOpen interest change percentage in the last 24 hours.
markets.volume_change_percent_5mVolume change percentage in the last 5 minutes.
markets.volume_change_percent_15mVolume change percentage in the last 15 minutes.
markets.volume_change_percent_30mVolume change percentage in the last 30 minutes.
markets.volume_change_percent_1hVolume change percentage in the last 1 hour.
markets.volume_change_percent_4hVolume change percentage in the last 4 hours.
markets.volume_change_percent_24hVolume change percentage in the last 24 hours.
markets.volume_change_usd_1hVolume change in USD in the last 1 hour.
markets.volume_change_usd_4hVolume change in USD in the last 4 hours.
markets.volume_change_usd_24hVolume change in USD in the last 24 hours.
markets.long_short_ratio_5mLong/short ratio in the last 5 minutes.
markets.long_short_ratio_15mLong/short ratio in the last 15 minutes.
markets.long_short_ratio_30mLong/short ratio in the last 30 minutes.
markets.long_short_ratio_1hLong/short ratio in the last 1 hour.
markets.long_short_ratio_4hLong/short ratio in the last 4 hours.
markets.long_short_ratio_12hLong/short ratio in the last 12 hours.
markets.long_short_ratio_24hLong/short ratio in the last 24 hours.
markets.liquidation_usd_1hTotal liquidation amount in USD in the last 1 hour.
markets.long_liquidation_usd_1hLong liquidation amount in USD in the last 1 hour.
markets.short_liquidation_usd_1hShort liquidation amount in USD in the last 1 hour.
markets.liquidation_usd_4hTotal liquidation amount in USD in the last 4 hours.
markets.long_liquidation_usd_4hLong liquidation amount in USD in the last 4 hours.
markets.short_liquidation_usd_4hShort liquidation amount in USD in the last 4 hours.
markets.liquidation_usd_12hTotal liquidation amount in USD in the last 12 hours.
markets.long_liquidation_usd_12hLong liquidation amount in USD in the last 12 hours.
markets.short_liquidation_usd_12hShort liquidation amount in USD in the last 12 hours.
markets.liquidation_usd_24hTotal liquidation amount in USD in the last 24 hours.
markets.long_liquidation_usd_24hLong liquidation amount in USD in the last 24 hours.
markets.short_liquidation_usd_24hShort 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 page to 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.