I would like to extract the Chain RIC using DSS Rest API, however it seems that I can only extract the actual option RICs for the whole chain but not the Chain RIC with FuturesAndOptionsSearch. Is there any other request that I can use in order to achieve this ? Thank you.
{
"SearchRequest": {
"FileCodes": null,
"CurrencyCodes": null,
"StrikePrice": null,
"ExpirationDate": null,
"FuturesAndOptionsType":"Options",
"UnderlyingRic": "EEM*"
}
}