Hi, We have a mobile app, from which users can place orders. Once the order is placed we are storing the OrderID. All the Order related inof like Symbol, Price, OrderId ect are displayed to the user in the Orders Screen.This inof is populated by hitting the Orders API of kite
We have another screen where the user cabn see his trades. This info is shown by hitting the trades API.
In a scenario, where the user places the order and does not open the TradeScreen, we are not able to get the TradeIDs of the Orders placed by the User.
Is there a possibility to retrieve the tradeids with out calling the TradesAPI.
There is no other way to fetch trades. You have to use getrades.