Missing data in Trade History API

Currently, the following data is missing in the trade history API
Exchange trade execution timestamp
Order type (MARKET, LIMIT, SL, SL-M)
Is there any other way to fetch this data?

Currently, trade history data is not available because it is generated after the billing process and is processed at the trade level following final confirmation from the exchange.

For trade-specific details such as MARKET, LIMIT, SL, and SL-M, it is recommended to use the position API and store the data on your end.