diff --git a/freqtrade/fiat_convert.py b/freqtrade/fiat_convert.py index 2f2cb8666..1258ee149 100644 --- a/freqtrade/fiat_convert.py +++ b/freqtrade/fiat_convert.py @@ -76,7 +76,8 @@ class CryptoToFiatConverter(object): CRYPTOMAP = { 'BTC': 'bitcoin', 'ETH': 'ethereum', - 'USDT': 'thether' + 'USDT': 'thether', + 'BNB': 'binance-coin' } def __new__(cls):