toorop / go-bittrex

Go binding for the Bittrex crypto-currency exchange API.
MIT License
230 stars 101 forks source link

v3 Api support #53

Open riaan53 opened 5 years ago

riaan53 commented 5 years ago

Hi, Do you plan to support the new v3 api (currently in alpha)? https://bittrex.github.io/api/v3

0cv commented 5 years ago

V3 has especially great order type facilitating orders (ceiling)

toorop commented 5 years ago

I have no time for this now, if you want to submit a PR feels free to do it ;)

elboletaire commented 4 years ago

I'm really interested in upgrading to the v3 endpoint, but I'm not sure how would you like to do so in the package @toorop. Just update the endpoint and all the required calls and use a different go mod version for this package?