Comparing version 1.0.5 to 1.0.6
@@ -320,2 +320,14 @@ var querystring = require("querystring"); | ||
Bitstamp.prototype.new_liquidation_address = function(liquidationCurrency, callback) { | ||
this._post(null, 'liquidation_address/new', callback, { | ||
liquidation_currency: liquidationCurrency | ||
}); | ||
} | ||
Bitstamp.prototype.info_liquidation_address = function(address, callback) { | ||
this._post(null, 'liquidation_address/info', callback, { | ||
address: address | ||
}); | ||
} | ||
module.exports = Bitstamp; |
{ | ||
"name": "bitstamp", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Bitstamp REST API wrapper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13342
306