diff --git a/src/Bot.js b/src/Bot.js index b494913..8de072c 100644 --- a/src/Bot.js +++ b/src/Bot.js @@ -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 = {