viewActiveRegisteredSymbols

View active symbols registered for both the current trading session and the next trading session.

Table 1. viewActiveRegisteredSymbols
ParameterRequired Description
commandYviewActiveRegisteredSymbols
identifierYThe clearing firm identifier to view

Example Response

{"code":"200",
 "data":{
     "current":["ZVZZT"],
     "next":["ZVZZT"]
 }
 "msg":"",
}

Note that the "current" and "next" lists represent registered symbols in an active state at the time the command is run.

Cboe Titanium U.S. Secure Web API - viewActiveRegisteredSymbols | Cboe