Closed bLaNk-ghost closed 5 years ago
The getOrders functionality is not working.
The code taken from the examples in readme does not work. (even after the latest commit)
bitbns.getOrders({ side : 'usdtListOpenOrders', symbol : 'TRX_USDT', page : 0 }, function(error, data) { console.log(data) });
The response that is returned from the server is as below. {"msg":"Something Went Wrong","status":-1}
Tried changing symbol to TRXUSDT but no success.
The above functionality is just an example. The cancelOrders, placeOrders does not work either.
Have you tried the updated code ? I will check and fix it .
It does not work even after the update.
Hi Guys. Any update on this ?
All the endpoints are sorted now
Working fine now. Great :100:
The getOrders functionality is not working.
The code taken from the examples in readme does not work. (even after the latest commit)
bitbns.getOrders({ side : 'usdtListOpenOrders', symbol : 'TRX_USDT', page : 0 }, function(error, data) { console.log(data) });
The response that is returned from the server is as below. {"msg":"Something Went Wrong","status":-1}
Tried changing symbol to TRXUSDT but no success.
The above functionality is just an example. The cancelOrders, placeOrders does not work either.