Skip to content

Commit

Permalink
kraken rateLimit is down to 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 3, 2017
1 parent 970ccda commit 54b8ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = class kraken extends Exchange {
'name': 'Kraken',
'countries': 'US',
'version': '0',
'rateLimit': 3000,
'rateLimit': 2000,
'hasCORS': false,
'hasFetchTickers': true,
'hasFetchOHLCV': true,
Expand Down

0 comments on commit 54b8ca1

Please sign in to comment.