MontrealTradingGroup / freqtrade

Simple High Frequency Trading Bot for crypto currencies
GNU General Public License v3.0
70 stars 61 forks source link

Binance Api key Signature not valid #14

Closed Inkz2097 closed 2 years ago

Inkz2097 commented 2 years ago

2022-06-09 11:34:00,881 - freqtrade.rpc.rpc_manager - INFO - Sending rpc message: {'type': status, 'status': 'Searching for BTC pairs to buy and sell based on VolumePairList - top 100 volume pairs.'} 2022-06-09 11:34:01,186 - freqtrade.exchange - WARNING - get_tickers() returned exception: "Could not load tickers due to AuthenticationError. Message: binance {"code":-1022,"msg":"Signature for this request is not valid."}" 2022-06-09 11:34:01,186 - freqtrade.exchange - WARNING - retrying get_tickers() still for 3 times 2022-06-09 11:34:01,416 - freqtrade.exchange - WARNING - get_tickers() returned exception: "Could not load tickers due to AuthenticationError. Message: binance {"code":-1022,"msg":"Signature for this request is not valid."}" 2022-06-09 11:34:01,416 - freqtrade.exchange - WARNING - retrying get_tickers() still for 2 times 2022-06-09 11:34:01,654 - freqtrade.exchange - WARNING - get_tickers() returned exception: "Could not load tickers due to AuthenticationError. Message: binance {"code":-1022,"msg":"Signature for this request is not valid."}" 2022-06-09 11:34:01,654 - freqtrade.exchange - WARNING - retrying get_tickers() still for 1 times 2022-06-09 11:34:01,885 - freqtrade.exchange - WARNING - get_tickers() returned exception: "Could not load tickers due to AuthenticationError. Message: binance {"code":-1022,"msg":"Signature for this request is not valid."}"

Could anybody help with this issue?