bitbns-official / node-bitbns-api

This is Official Bitbns API nodeJs Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

None of the USDT pair related functionality works.

bLaNk-ghost opened this issue · comments

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 💯