AndrewBarba / bittrex-node

Bittrex API Client for Node.js
MIT License
14 stars 10 forks source link

Request path for withdraw is incorrect. #2

Closed britecoin closed 5 years ago

britecoin commented 5 years ago

Request path for withdraw is incorrect. Line 214 in bittrex-client.js

return this.request('get', '/account/getdepositaddress', { params })

AndrewBarba commented 5 years ago

Thanks! I'll get that fixed shortly

britecoin commented 5 years ago

No prob. Also, the request doesn't sign properly if a paymentid is not provided. Can be fixed by not including it in the request if undefined.

AndrewBarba commented 5 years ago

Yup that makes sense, fixing that too

AndrewBarba commented 5 years ago

Ok both should be fixed: https://github.com/AndrewBarba/bittrex-node/releases/tag/1.0.3