pskupinski / node-btc-e

A deprecated unofficial node.js client for the btc-e api.
ISC License
39 stars 20 forks source link

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

Open vird opened 8 years ago

vird commented 8 years ago

Problem here:

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

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