diff --git a/index.js b/index.js index f62b3d6..698e6e2 100644 --- a/index.js +++ b/index.js @@ -92,6 +92,7 @@ Client.prototype.getAccountBalance = function(callback){ http .get(url) + .query({ limit: 'all' }) .end(function(error, response){ if (error) { return callback(error);