copmorty / price_action_orders

Flutter desktop app for trading cryptocurrencies on Binance.
MIT License
28 stars 14 forks source link

order panel is empty #10

Open vd3d opened 9 months ago

vd3d commented 9 months ago

Hi,

I continue to test, but the list of orders is empty. I have searched for a solution but no way to solve this. The call to the api goes fine, but the result is an empty list. Weird :-P

I have created a post on the Binance forum: https://dev.binance.vision/t/api-v3-openorders-returns-empty-result/17777

copmorty commented 9 months ago

Hello @vd3d,

I understand that you placed a market order, and upon receiving a response indicating the status as "FILLED", you expected to find it in the Open Orders list. If that's the case, it's important to note that your expectation may be inaccurate. When the status is marked as FILLED, it means that the order has been successfully completed and is no longer considered an open order. You can find completed orders in the Order History and Trade History sections.