php-binance-api icon indicating copy to clipboard operation
php-binance-api copied to clipboard

"openOrders" result is inconsistent.

Open e-caliskan opened this issue 4 years ago • 2 comments

Hello there When I query "openOrders", the result is inconsistent. Sometimes it also shows my old orders. Sometimes the result turns blank. But there are orders.

e-caliskan avatar May 21 '21 20:05 e-caliskan

Hello friend, did you manage to solve the problem?

EraldoOkado avatar Jun 06 '21 07:06 EraldoOkado

Hi @VonalOrdu 'open orders' is not 'all orders'. The function 'orders' will give you all the orders, while the function openOrders should only give you the 'open' (so not filled) ones. Was that maybe the doubt?

ePascalC avatar Sep 01 '21 12:09 ePascalC