How do I get a list of existing GTT orders from the API? Especially for orders that might be manually created when my app is offline, so the app is not aware of their existence.
Hi @HARSHAD_RA_1109131
You can retrieve the list of GTT orders using the following API:
https://upstox.com/developer/api-documentation/get-gtt-order-details
The GTT order ID parameter is optional.
If you do not provide the GTT order ID, the API will return all GTT orders for the user associated with the access token used in the request.
Thanks!
1 Like
Oh, thatās great, thanks! It will save a lot of time for me.
I hope you update the docs soon, as I spent a whole day scanning them without success.