Crypto Options Market Dashboard (Deribit)
Pricing
Pay per usage
Go to Apify Store
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.
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
| Metric | Signal |
|---|---|
| P/C Ratio > 1.2 | Heavy put buying → bearish hedge |
| P/C Ratio < 0.5 | Call-heavy → bullish speculation |
| Max Pain below spot | Expect downward pressure near expiry |
| IV spike | Fear/uncertainty — watch for vol crush after |
Input Options
| Parameter | Type | Default | Description |
|---|---|---|---|
currencies | string[] | [BTC, ETH] | Assets to fetch |
maxExpiries | integer | 8 | Nearest N expiry dates |
minOiUsd | number | 10000 | Filter low-OI contracts |
outputMode | string | summary | summary (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.