jestersimpps / cryptotrader

A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
128 stars 42 forks source link

normalize bittrex tradingpairs #3

Closed jestersimpps closed 7 years ago

jestersimpps commented 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>
},{}]