java-bittrex
java-bittrex copied to clipboard
Java wrapper for the Bittrex API
I've modified the code to sign only market and account endpoints. When doing so, public endpoints are retrieve way faster (the server response is really faster).
I have been trying to fix this for the last couple of days can you please help. So I'm trying to compile this program to see if it works. I...
I was getting an array out of bound exception when getMarkets()
@platelminto Have you ran into slow memory leaks over time? I'm noticing that getMarketSummaries calls during small 10 second intervals over many hours result in a build up of java.lang.ref.finalizer....