Skip to content

Commit

Permalink
Merge pull request ccxt#12298 from pcriadoperez/kucoin-fetchTradingFee
Browse files Browse the repository at this point in the history
kucoin - fetchTradingFees
  • Loading branch information
kroitor authored Mar 11, 2022
2 parents ffa061b + aa1335d commit 3f9c4db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/kucoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = class kucoin extends Exchange {
'fetchTime': true,
'fetchTrades': true,
'fetchTradingFee': true,
'fetchTradingFees': undefined,
'fetchTradingFees': false,
'fetchWithdrawals': true,
'transfer': true,
'withdraw': true,
Expand Down Expand Up @@ -1682,6 +1682,8 @@ module.exports = class kucoin extends Exchange {
'symbol': this.safeSymbol (marketId, market),
'maker': this.safeNumber (first, 'makerFeeRate'),
'taker': this.safeNumber (first, 'takerFeeRate'),
'percentage': true,
'tierBased': true,
};
}

Expand Down

0 comments on commit 3f9c4db

Please sign in to comment.