Open varsubham opened 3 years ago
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.
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.