Skip to content

Commit

Permalink
Merge aa6f60b into 75ad124
Browse files Browse the repository at this point in the history
  • Loading branch information
neoromantic committed Dec 23, 2017
2 parents 75ad124 + aa6f60b commit 255d882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Bot.js
Expand Up @@ -33,6 +33,11 @@ class Bot {
});
}

getBalances() {
this.uri.pathname = '/api/v1.1/account/getbalances';
return this.request();
}

getBalance(currency = 'btc') {
this.uri.pathname = '/api/v1.1/account/getbalance';
const options = {
Expand Down

0 comments on commit 255d882

Please sign in to comment.