binance-exchange/node-binance-api

get_all_orders returning price as 0 on market orders

branko623 opened this issue · 2 comments

{'symbol': 'ICXBTC', 'orderId': ********, 'clientOrderId': '****************', 'price': '0.00000000', 'origQty': '2.00000000', 'executedQty': '2.00000000', 'status': 'FILLED', 'timeInForce': 'GTC', 'type': 'MARKET', 'side': 'BUY', 'stopPrice': '0.00000000', 'icebergQty': '0.00000000', 'time': 1516988037639, 'isWorking': True}

This also happens on the socket.

I have requested binance to fix this many times. Nothing I can do
It's causing me trouble as well.