{
"symbol": "string",
"expiration": "string",
"calls": [
{
"contractSymbol": "string",
"strike": 0,
"lastPrice": 0,
"bid": 0,
"ask": 0,
"change": 0,
"percentChange": 0,
"volume": 0,
"openInterest": 0,
"impliedVolatility": 0,
"inTheMoney": true,
"lastTradeDate": "string"
}
],
"puts": [
{
"contractSymbol": "string",
"strike": 0,
"lastPrice": 0,
"bid": 0,
"ask": 0,
"change": 0,
"percentChange": 0,
"volume": 0,
"openInterest": 0,
"impliedVolatility": 0,
"inTheMoney": true,
"lastTradeDate": "string"
}
]
}