n0mad01 / node.bittrex.api

No longer maintained
MIT License
183 stars 187 forks source link

Api key invalid after add my key #56

Closed lionel95200x closed 7 years ago

lionel95200x commented 7 years ago

Hello

After parameters my data and update my keys on admin panel

bittrex.options({ 'apikey': '93XXXX012XXXXXXXXXXXXXca1bXXXXXa', 'apisecret': 'a2XXXXXXXXXXXXXXXXX5e4908262', 'cleartext': true, 'baseUrl': 'https://bittrex.com/api/v1.1', });

When i make a simple call like getBalances bittrex.getbalance({ currency: 'BTC' }, function(data, err) { if (err) { return console.error(err); } console.log(data); });

I got an error { success: false, message: 'APIKEY_INVALID', result: null }

Can you help me ? i have forgot something ?

Thanks

n0mad01 commented 7 years ago

please check your api key's permissions for READ INFO on the bittrex website.

bernatfortet commented 7 years ago

@lionel95200x did you selve this issue? I'm having the same problem