Crypto Options Market Dashboard (Deribit) avatar

Crypto Options Market Dashboard (Deribit)

Pricing

Pay per usage

Go to Apify Store
Crypto Options Market Dashboard (Deribit)

Crypto Options Market Dashboard (Deribit)

Fetch BTC and ETH options market data from Deribit: open interest by strike/expiry, put/call ratio, max pain price, implied volatility (IV) per expiry, and total options OI. Identify key market positioning. No API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fetch BTC and ETH options data from Deribit: put/call ratio, max pain price, implied volatility by expiry, open interest per strike. Track where the market is positioned. No API key. $0.01/asset.

What You Get Per Expiry

  • Call OI vs Put OI (USD millions)
  • Put/Call ratio — >1.0 = bearish positioning
  • Max pain price — strike where most option value expires worthless (market maker target)
  • Max pain distance % — how far spot is from max pain
  • Avg implied volatility (IV%) — market's fear gauge
  • Top 5 strikes by open interest — key resistance/support levels
  • Contract count with valid OI

Example Output

{
"currency": "BTC",
"expiry": "25JUL26",
"underlying_price": 62194,
"call_oi_usd": 890.3,
"put_oi_usd": 612.1,
"put_call_ratio": 0.69,
"max_pain_strike": 60000,
"max_pain_distance_pct": -3.5,
"avg_iv_pct": 46.2,
"top_strikes_by_oi": [
{"strike": 60000, "call_oi": 482, "put_oi": 310}
]
}

Trading Signals

MetricSignal
P/C Ratio > 1.2Heavy put buying → bearish hedge
P/C Ratio < 0.5Call-heavy → bullish speculation
Max Pain below spotExpect downward pressure near expiry
IV spikeFear/uncertainty — watch for vol crush after

Input Options

ParameterTypeDefaultDescription
currenciesstring[][BTC, ETH]Assets to fetch
maxExpiriesinteger8Nearest N expiry dates
minOiUsdnumber10000Filter low-OI contracts
outputModestringsummarysummary (per expiry) or full (per contract)

Pricing

  • $0.01 per asset — BTC + ETH = $0.02/run

Data Source

Deribit — world's largest crypto options exchange. Free public API, no authentication.