bittrex-node icon indicating copy to clipboard operation
bittrex-node copied to clipboard

API needs to be migrated to API v3 by September 30th.

Open jbruggeman opened this issue 5 years ago • 2 comments

As per https://bittrex.github.io/api/v1-1, the v1.1 version of the API is no longer being supported on September 30th.

This module is quite popular - it might make sense to simply migrate this library to using v3 of the API by doing a major version bump. Bittrex has a guide on how to do this here.

Is anyone working on this or has plans to work on this? I'd rather not duplicate effort.

jbruggeman avatar Aug 20 '20 18:08 jbruggeman

I'm almost finished. In about two weeks I'll merge into main branch of my fork and publish to npm.

libertas-primordium avatar Mar 11 '21 23:03 libertas-primordium

Update: v3 is now available on github and npm. https://github.com/libertas-primordium/bittrex-rest-client https://www.npmjs.com/package/bittrex-rest-client

libertas-primordium avatar Apr 04 '21 21:04 libertas-primordium