node-btc-e icon indicating copy to clipboard operation
node-btc-e copied to clipboard

public API not working. Must provide API key error even for getInfo

Open vird opened this issue 9 years ago • 0 comments

Problem here:

BTCE.prototype.getInfo = function(callback) {
  this.makeRequest('getInfo', {}, callback);
};

must be makePublicApiRequest, but it's incompatible (requires currency pair)

vird avatar Feb 04 '16 23:02 vird