jaggedsoft / php-binance-api

PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"openOrders" result is inconsistent.

VonalOrdu opened this issue · 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.

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?