TheCookieLab / poloniex-api-java

Java API client for the Poloniex exchange
MIT License
65 stars 47 forks source link

Feedback on ExchangeService Interface - Thoughts on implementing for other Exchanges? #27

Closed TheCookieLab closed 6 years ago

TheCookieLab commented 6 years ago

I'm curious what, if any, improvements we can make to the existing ExchangeService interface. Given a solid interface, I'd be interested in implementing the functionality for other exchanges like GDAX and Bittrex. Thoughts?

thiko commented 6 years ago

After taking brief look on the Bittrex API it seems to match the actual ExchangeService and is easy to use (not sure about the loan part). Furthermore, they also provide a non-documented websocket implementation (here a JS client impl).

I cannot find any real challenge (for Bittrex) but it would be a clear added value. :+1: