bitbns-official / node-bitbns-api

This is Official Bitbns API nodeJs Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API v2 is not working

opened this issue · comments

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.

It has been fixed now :)