getProducts

Returns a list of available products (underlying symbols) that can be entered via the Block/ECRP reporting system.

Table 1. getProducts
ParameterRequired Description
CommandYgetProducts
Product_typeYDefault is "fut" (to trade Futures products). Must send "futo" to trade Options on Futures products.

Example Response

{
    "code": "200",
    "msg": "",
    "data": [
        "IBHY",
        "IBIG",
        "VU",
        "VX"
    ]
}
Cboe Titanium U.S. Secure Web API - getProducts | Cboe