getInstrumentsForProduct

Returns a list of available instruments for a given product (underlying symbol). Available products can be viewed with the getProducts command.

Table 1. getInstrumentsForProduct
ParameterRequired Description
CommandYgetInstrumentsForProduct
product_typeYThe product to view instruments for. Valid products can be viewed with the getProducts command.

Example Response

{
    "code": "200",
    "msg": "",
    "data": [
        {
            "instrumentId": "000020",
            "instrumentName": " UX1A/K4 C2000",
            "instrumentExpiration": "May 6 2024"
       },
        {
            "instrumentId": "000011",
            "instrumentName": "VX",
            "instrumentExpiration": "Oct 12, 2021"
        },
        {
            "instrumentId": "000002",
            "instrumentName": "VX17/J5",
            "instrumentExpiration": "Apr 14, 2055"
        }
    ]
}
Cboe Titanium U.S. Secure Web API - getInstrumentsForProduct | Cboe