uploadRegisteredSymbols

Register a new set of symbols for the Quoting Incentive program.

Table 1. uploadRegisteredSymbols
ParameterRequired Description
commandYuploadRegisteredSymbols
identifierYThe clearing firm identifier to clear
addYComma-separated list of symbols to register for the next trading session.
removeYComma-separated list of symbols to remove for the next trading session.

Example Request

?command=uploadRegisteredSymbols&identifier=CBOE&add=ZVZZT,ZBZX,ZTEST

Example Response

{"code":"200"
 "msg":"List updated. Registration in the securities referenced in your update will be effective on April 15, 2026",
 "data":{
     "inactiveCount":0,
     "duplicateCount":0,
     "activeCount":3,
     "removeCount":0,
     "unknownList":[],
     "addCount":3,
     "ineligibleList": [],
     "ineligibleList_count": 0,     "failedMinimumRegistration":[]
 }
}
Cboe Titanium U.S. Secure Web API - uploadRegisteredSymbols | Cboe