bitbns-official / node-bitbns-api

This is Official Bitbns API nodeJs Library.
16 stars 19 forks source link

API v2 is not working #6

Closed ghost closed 5 years ago

ghost commented 5 years ago

The getOrders functionality is not working.

The code taken from the examples in readme does not work.

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":"Invalid Type","status":-1}

In fact, none of the USDT market related APIs are working.

atiprashant commented 5 years ago

It has been fixed now :)