yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.49k stars 824 forks source link

m: API-key format invalid #213

Closed Kiwiprint closed 6 years ago

Kiwiprint commented 6 years ago

New to this, Getting the m: API-key format invalid error when the target profit met and trying to buy. Please help

yasinkuyu commented 6 years ago

Reset api key, Go API Center, https://www.binance.com/userCenter/createApi.html

Create New Key [✓] Read Info [✓] Enable Trading [X] Enable Withdrawals Rename config.sample.py to config.py / orders.sample.db to orders.db

Get an API and Secret Key, insert into config.py

API key for account access api_key = 'XXXXX' Secret key for account access api_secret = 'XXXX'