I would like to use
TickHistoryMarketDepthExtractionRequest
But I didn't know where to find the Content Field Names list,
Is there a complete API docs, so that I can know how to fill in the request params.
@shibo.yan
You can use the HTTP GET method with the https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/GetValidContentFieldTypes(ReportTemplateType=DataScope.Select.Api.Extractions.ReportTemplates.ReportTemplateTypes'TickHistoryMarketDepth') endpoint to get all available content fields in the TickHistoryMarketDepthExtractionRequest.
For more information, please refer to the REST API Tutorial 5: On Demand market depth extraction tutorial on the Refinitiv Developers Portal website.
You can also refer to the Data Dictionary - Refinitiv Tick History Custom Reporting document which identifies the data available from Tick History custom reporting. Fields are organized alphabetically by report template.
You can refer to the REST API Reference Tree for the request parameters
.