btcchina icon indicating copy to clipboard operation
btcchina copied to clipboard

A basic node.js API wrapper for the BTCChina REST API

Results 2 btcchina issues
Sort by recently updated
recently updated
newest added

The line 112 should be updated as below: `var qs = querystring.stringify(args).replace(/~/g, ',');` Instead of : `var qs = querystring.stringify(args).replace('~', ',');` Because the replace function only replace the first ~...

I'm receiving a "General API error: 401 Unauthorized" whenever I try to call the getAccountInfo method. the format of the call is: ``` var BTCChina = require( 'btcchina' ); var...