viewSeriesStatus

View status information on all currently-registered series.

Table 1. viewSeriesStatus
ParameterRequired Description
commandYviewSeriesStatus
identifierYMarket marker ID
tradingDayNView series status for current trading day or next trading day. Valid values are today or next_trading_day. Defaults to today if not supplied.

Example Response

{
    "msg": "",
    "code": "200",
    "data": {
        "underlying": {
            "MMQA": {
                "count": 8,
                "regType": 0,
                "underlying": "P"
            }
        },
        "upload_list": {
            "MMQA": "2012-06-29 13:30:09.212097"
        },
        "series_count": {
            "MMQA":"8"
        }
    }
}
Cboe Titanium U.S. Secure Web API - viewSeriesStatus | Cboe