{
"expiration_date": "2026-06-06",
"days_to_expiration": 0,
"calls": [
{
"strike": 180,
"last_price": 0,
"bid": 0,
"ask": 0,
"volume": 0,
"open_interest": 0,
"implied_volatility": 0,
"delta": 0,
"gamma": 0,
"theta": 0,
"vega": 0,
"rho": 0,
"in_the_money": true,
"contract_symbol": "string",
"last_trade_date": "string",
"option_type": "C",
"greeks_source": "string"
}
],
"puts": [
{
"strike": 180,
"last_price": 0,
"bid": 0,
"ask": 0,
"volume": 0,
"open_interest": 0,
"implied_volatility": 0,
"delta": 0,
"gamma": 0,
"theta": 0,
"vega": 0,
"rho": 0,
"in_the_money": true,
"contract_symbol": "string",
"last_trade_date": "string",
"option_type": "C",
"greeks_source": "string"
}
],
"total_call_volume": 0,
"total_call_oi": 0,
"total_put_volume": 0,
"total_put_oi": 0,
"put_call_ratio_volume": 0,
"put_call_ratio_oi": 0,
"max_pain_strike": 0
}