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

A deprecated unofficial node.js client for the btc-e api.

Results 6 node-btc-e issues
Sort by recently updated
recently updated
newest added

Hello, I'm new to BTC-E API. I wonder if there isn't a streaming API (websocket for example). (instead of polling for prices) Kind regards

Problem here: ``` BTCE.prototype.getInfo = function(callback) { this.makeRequest('getInfo', {}, callback); }; ``` must be makePublicApiRequest, but it's incompatible (requires currency pair)

Hallo! I've just tried to launch example in readme.md and get this error. [Error: Error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY] undefined [Error: Error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY] undefined Thanks!

Updated to work with BTC-e V3 Public API

I am interested in limiting my depth call to only return 10 results instead of the default 150. How can I input this optional GET parameter to btce.depth(pair, callback)?

Hi Are you going to implement api v3 in the future? https://btc-e.com/api/3/