Crypto Options Flow — Deribit OI, IV, Put/Call, Max Pain avatar

Crypto Options Flow — Deribit OI, IV, Put/Call, Max Pain

Pricing

Pay per usage

Go to Apify Store
Crypto Options Flow — Deribit OI, IV, Put/Call, Max Pain

Crypto Options Flow — Deribit OI, IV, Put/Call, Max Pain

BTC and ETH options analytics from Deribit: total open interest, put/call ratio, implied volatility range, max pain strike, OI by expiry, and top strike levels. Deribit public API, no auth required. $0.01/currency.

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

18 hours ago

Last modified

Categories

Share

BTC and ETH options analytics from the Deribit public API. No API key required.

What it returns

FieldDescription
currencyBTC or ETH
total_open_interest_usdTotal options open interest in USD
put_call_ratioPut/Call OI ratio (>1 = bearish lean)
iv_min_pctMinimum implied volatility across strikes
iv_max_pctMaximum implied volatility across strikes
max_pain_strikeStrike price where max options expire worthless
oi_by_expiryOpen interest breakdown by expiry date
top_strikesHighest OI strike prices with put/call split

Use cases

  • Identify key support/resistance levels via max pain
  • Gauge market sentiment with put/call ratio
  • Detect elevated IV before major events
  • Track institutional positioning via OI by expiry

Pricing

$0.01 per currency (PPE). Scanning BTC + ETH costs $0.02 total.

Input

{
"currencies": ["BTC", "ETH"]
}
ParameterTypeDefaultDescription
currenciesarray["BTC", "ETH"]Currencies to scan

Example output

{
"currency": "BTC",
"total_open_interest_usd": 18420000000,
"put_call_ratio": 0.72,
"iv_min_pct": 42.1,
"iv_max_pct": 98.3,
"max_pain_strike": 62000,
"oi_by_expiry": [
{"expiry": "2024-06-28", "oi_usd": 3200000000}
]
}

Data source

Deribit Public API — free, no auth required.