n0mad01 / node.bittrex.api

No longer maintained
MIT License
183 stars 187 forks source link

Correction for v2 Api url in help docs #46

Closed om7 closed 7 years ago

om7 commented 7 years ago

Fyi the URL you have posted in the docs is wrong, this:

'baseUrlv2' : 'https://bittrex.com/Api/v2',

Should actually be:

'baseUrlv2' : 'https://bittrex.com/Api/v2.0',

At least that is what works for me for the "getcandles" api method.

Cheers!