krijnsent / crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
MIT License
155 stars 54 forks source link

Bittex V3 implementation #57

Closed hammerjoe closed 3 years ago

hammerjoe commented 4 years ago

Bittrex has announced that they will stop supporting V1 in September with the release of their V3 Api.

Are there any plans to add support for V3?

krijnsent commented 4 years ago

Now there is. My development is mainly demand driven, so will have a look at the new API. Thanks for the update

hammerjoe commented 3 years ago

I was just wondering if the new v3 for bittrex will be implemented? I think Bittrex will stop v1 at the end of the month. Thanks for your work.

krijnsent commented 3 years ago

Just updated Bittrex, public API works, private API partially (without extra parameters). Will hopefully get it to work soonish.

krijnsent commented 3 years ago

Please test the latest version, it should work with v3. If it works, do feel free to close this issue.

hammerjoe commented 3 years ago

Thank you very much for your work. Its awesome.