In the TRTH DSS GUI, I can prefer a instrument search (say options/futures), and it is able to provide necessary details like: Exchange, Call/Put, Expiry Date for the given RIC.
In the TRTH API, there is an api called: https://hosted.datascopeapi.reuters.com/RestApi/v1/Search/FuturesAndOptionsSearch
This API allows you to search FutureAndOptions, but the data returned are of type ValidatedInstruments, and it does not contain the necessary information I wanted. (but the CommoditySearch does). Is there an API to return the following information for future/options:
type: FUTURE/OPTION
RIC root (underlying) code
currency_code
exchange_code
call/put
?