Closed jestersimpps closed 7 years ago
the api endpoint /bittrex/tradingpairs needs to send data that can be used in a data table in the front end.
[{ name: 'BTC/ETH', currentPrice: <last price>, volume: <24h volume>, percentChange: <24h change>, lowestAsk:< lowestAsk>, highestBid: <highestBid> },{}]
the api endpoint /bittrex/tradingpairs needs to send data that can be used in a data table in the front end.