bitbns-official / node-bitbns-api

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

None of the USDT pair related functionality works. #8

Closed bLaNk-ghost closed 4 years ago

bLaNk-ghost commented 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.

atiprashant commented 5 years ago

Have you tried the updated code ? I will check and fix it .

bLaNk-ghost commented 5 years ago

It does not work even after the update.

bLaNk-ghost commented 5 years ago

Hi Guys. Any update on this ?

atiprashant commented 4 years ago

All the endpoints are sorted now

bLaNk-ghost commented 4 years ago

Working fine now. Great :100: