viewRegisteredSeries

View series registered for both the current trading session and the next trading session.

Table 1. viewRegisteredSeries
ParameterRequired Description
commandYviewRegisteredSeries
identifierYMarket Maker ID
dtNView series registered for the selected date, in YYYY-MM-DD format. Defaults to current date if not supplied.

Example Response

{"msg":"",
 "code":"200",
 "data":[
    {"strike_price":10.000,
     "bats_symbol":"000333",
     "expiration_date":"3006-01-01",
     "osi_symbol":"A     060101P00010000",
     "put_call_flag":"P",
     "underlying":"A"},
    {"strike_price":10.000,
     "bats_symbol":"000111",
     "expiration_date":"3006-01-01",
     "osi_symbol":"A     060101C00010000",
     "put_call_flag":"C",
     "underlying":"A"}
 ]
}
Cboe Titanium U.S. Secure Web API - viewRegisteredSeries | Cboe