bitbns-official / node-bitbns-api

This is Official Bitbns API nodeJs Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getTickerApi is showing stale price

varsubham opened this issue · comments

When I am using getTickerApi to get the latest price of any cryptocurrency, it is showing stale price. So whenever there is any change in price on bitbns website, getTickerApi takes around 5-10 second to show the latest updated price.

interested in public trade history feed as well.

Moreover, it'll be great if the team can display the current prices as well.

@lakshyabatman, I could suggest using websockets for getting the live ticker prices

e.g const socket = bitbns.getTickerSocket('INR'). pls refer to documentation.