I created a bracket order with TP/SL using the placeOSO endpoint.
Then I’m using the order/list endpoint to get my open orders, however there’s no quantity or price on them. I see from the api docs that they’re not included.
Could you please lmk how to get the price and quantity of my open TP/SL orders?
Maybe there’s a misunderstanding, you linked the Position List API, but I’m interested in Open Orders, such as the TP/SL of a bracket order that are waiting to be filled.
The only thing I see in that api response is bought/boughtValue/sold/soldValue (which could maybe somehow be values for the bracket orders of that position?) but there are no order ids or anything so I assume not.
If you are using the strategy order to create the bracket order you can use the orderStrategy/list endpoint to get the list of your orders, then there you will have your brackets with your TP / SL
For the oco or oso orders I have not yet found a way to find the not filled TP & SL order values. I can find the orderid’s etc but not the values set for the stop loss price and TP. I use the orderstartegy through the websocket and thus use the above but looked in the api docs and did some tests and can not find a way. if it’s there it’s hard to find …as many things in the docs