Ameobea / polotrack

A web-based dashboard for analyzing Poloniex portfolio holdings + trade history to provide useful insights
15 stars 3 forks source link

Bittrex integration? #1

Open Stoner19 opened 7 years ago

Stoner19 commented 7 years ago

Any possibility of including Bittrex in this, or making another fork to use for Bittrex?

Ameobea commented 7 years ago

This would certainly be possible. From what I understand, Bittrex also offers support for csv data export, so it would only be a matter of converting data to the expected format.

The only issue comes with historical price data. For Poloniex, there is a historical trade API that I use to build up an internal historical price API and I don't know if that kind of data is available for Bittrex specific currencies. The other option is to simply ignore those currencies that aren't listed on Poloniex as well or at least simply use the current price, but in any case it wouldn't be as accurate as the data is for Poloniex.

That all being said, this is for sure something I'd like to look into further.