php-binance-api
php-binance-api copied to clipboard
"openOrders" result is inconsistent.
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.
Hello friend, did you manage to solve the problem?
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?