๐Ÿ“Š CoinGlass Crypto Derivatives Data Scraper avatar

๐Ÿ“Š CoinGlass Crypto Derivatives Data Scraper

Pricing

from $0.0015 / data item scraped

Go to Apify Store
๐Ÿ“Š CoinGlass Crypto Derivatives Data Scraper

๐Ÿ“Š CoinGlass Crypto Derivatives Data Scraper

Export CoinGlass crypto derivatives data as clean rows: per-coin open interest, funding rates, liquidations and price change. Choose markets, funding or liquidations and download as JSON, CSV or Excel.

Pricing

from $0.0015 / data item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

CoinGlass Crypto Derivatives Data Scraper

Export crypto derivatives market data โ€” open interest, funding rates, liquidations and long/short price action โ€” as clean, structured rows. Pick the dataset you want, optionally filter to the coins you care about, and download everything as JSON, CSV or Excel for research, dashboards, alerts and trading models.

One run gives you a ready-to-use table of the whole crypto futures market: which coins have the most open interest, where funding rates are positive or negative, and where longs and shorts are getting liquidated.

What you can collect

  • Markets โ€” one row per coin with open interest (USD and coin amount), latest price, 24h price change, average funding rate, 24h liquidations (long and short) and 1h/4h/24h open-interest change.
  • Funding rates โ€” funding rate for each coin broken down per exchange and per contract, plus the funding interval and the next funding time.
  • Liquidations โ€” 24h liquidation totals per coin in USD, split into long and short, with liquidation order counts.

Example output (Markets)

{
"dataType": "markets",
"symbol": "BTC",
"price": 79654.5,
"priceChangePercent24h": 0.54,
"openInterest": 54064008204.74,
"openInterestAmount": 678544.17,
"oiChangePercent24h": -1.93,
"volume24hUsd": 26542257383.93,
"fundingRate": 0.000778,
"liquidations24hUsd": 6784677.73,
"longLiquidations24hUsd": 5136400.75,
"shortLiquidations24hUsd": 1648276.98,
"instrumentId": "BTCUSDT"
}

Example output (Funding rates)

{
"dataType": "funding",
"symbol": "BTC",
"name": "Bitcoin",
"exchangeName": "OKX",
"instrumentId": "BTC-USDT-SWAP",
"fundingRate": -0.00345,
"fundingIntervalHours": 8,
"nextFundingTime": "2026-09-05T16:00:00.000Z",
"marginType": "stablecoin-margined"
}

Input

FieldTypeDescription
dataTypearrayWhich dataset(s) to collect: markets, funding, liquidations. Select one or more. Default ["markets"].
symbolsarrayOptional. Only keep these coin symbols, e.g. ["BTC","ETH","SOL"]. Leave empty for every coin.
maxItemsintegerMaximum rows to collect. 0 = no limit. Default 500.
maxConcurrencyintegerHow many requests to run in parallel. Default 3.
proxyConfigurationobjectProxy settings. Not required by default; enable the Apify Residential proxy if you see reduced results.

Example input

{
"dataType": ["markets", "liquidations"],
"symbols": ["BTC", "ETH", "SOL"],
"maxItems": 500
}

Use cases

  • Track open interest across the whole market to spot where leverage is building up.
  • Monitor funding rates per exchange to find funding arbitrage and sentiment extremes.
  • Watch liquidations to see where long and short positions are being flushed out.
  • Feed dashboards and bots with a clean, refreshable table of derivatives metrics.
  • Back-test and research with reproducible snapshots exported to CSV or Excel.

Exporting your data

Every run stores results in a dataset you can download as JSON, CSV, Excel, XML or HTML, or pull straight from the Apify API. Schedule the actor to build a historical time series of open interest, funding and liquidations.

FAQ

Which coins are covered? The markets and liquidations datasets cover the full list of coins with active perpetual futures โ€” thousands of symbols in a single run. Use symbols to narrow the output.

How fresh is the data? Each run fetches the current values at the moment it runs. Schedule regular runs to build your own history.

Can I get just Bitcoin and Ethereum? Yes โ€” set symbols to ["BTC","ETH"] and only those rows are returned.

What formats can I export? JSON, CSV, Excel, XML and HTML, plus the Apify API and integrations.