Skip to content

Commit

Permalink
Merge pull request #2921 from aloysius-pgast/kucoin/fetchBalance
Browse files Browse the repository at this point in the history
Kucoin/fetch balance
  • Loading branch information
kroitor committed May 22, 2018
2 parents a18a4b6 + 198d0b4 commit 2264936
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/kucoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ module.exports = class kucoin extends Exchange {
async fetchBalance (params = {}) {
await this.loadMarkets ();
let response = await this.privateGetAccountBalance (this.extend ({
'limit': 20, // default 12, max 20
'page': 1,
}, params));
let balances = response['data'];
let result = { 'info': balances };
Expand Down

0 comments on commit 2264936

Please sign in to comment.