Skip to content

Commit

Permalink
Pass 'limit' parameter to Kucoin when retrieving order book
Browse files Browse the repository at this point in the history
  • Loading branch information
aloysius-pgast committed May 21, 2018
1 parent 7bfff9c commit e4df369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/kucoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ module.exports = class kucoin extends Exchange {
let market = this.market (symbol);
let response = await this.publicGetOpenOrders (this.extend ({
'symbol': market['id'],
'limit': limit,
}, params));
let dataInResponse = ('data' in response);
let orderbook = undefined;
Expand Down

0 comments on commit e4df369

Please sign in to comment.