node-btc-e
node-btc-e copied to clipboard
public API not working. Must provide API key error even for getInfo
Problem here:
BTCE.prototype.getInfo = function(callback) {
this.makeRequest('getInfo', {}, callback);
};
must be makePublicApiRequest, but it's incompatible (requires currency pair)