Skip to main content

Options Analytics

Options market data including open interest, max pain, and Greeks from Deribit and OKX.

GET /v1/options/info

Options market overview — listed expiries, strikes, and current prices.
symbol
string
Underlying asset (e.g., BTC)
exchange
string
Exchange filter
curl "https://api.crypton.dev/v1/options/info?symbol=BTC"

GET /v1/options/max-pain

Max pain price — the strike price where option holders lose the most.
symbol
string
Underlying asset
curl "https://api.crypton.dev/v1/options/max-pain?symbol=BTC"

GET /v1/options/exchange-oi

Options open interest by exchange.
curl "https://api.crypton.dev/v1/options/exchange-oi"

GET /v1/options/greeks

Option Greeks (delta, gamma, theta, vega, implied volatility).
symbol
string
Underlying asset
curl "https://api.crypton.dev/v1/options/greeks?symbol=BTC"