getInstrumentsForProduct
Returns a list of available instruments for a given product (underlying symbol). Available products can be viewed with the getProducts command.
| Parameter | Required | Description |
|---|---|---|
| Command | Y | getInstrumentsForProduct |
| product_type | Y | The 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"
}
]
}




