What's happening with Order History?

Been about a month now that order history and open orders isn’t showing up under each individual ticker. Sometimes the information flashes up then disappears. What’s the latest on fixing this bug? Hard to cancel an open order if I can’t see it…

How many shares do I have and can I please sell all of my shares so I can get enough money to buy a brand new Ford ranger raptor 2024

@BRYAN305 There are several known issues with the UI not showing all orders. These are being addressed and a fix os expected soon. Apologies.

Any updates on this?

Any updates on this?

Any updates on this? Am I the only one who has open orders that don’t appear anywhere?

@BRYAN305 The best way to fetch orders is to use the API get_all_orders. You may need to ‘page’ the results using the after and until parameters if you have more than 500 orders. Effectively you would then need to break up the requests into 500 order ‘chunks’.