51bitquant / binance_grid_trader

Binance_grid_trader is a grid strategy bot trading with Binance Spot and Binance Futures Exchange. you can use it to trade any pair in Binance Exchange. Binance_grid_trader是一个币安网格策略软件, 目前支持币安现货,USDT合约和币币合约。
MIT License
761 stars 265 forks source link

api format error (run from main_spot_script.py) #21

Open newtonthird opened 1 year ago

newtonthird commented 1 year ago

successful when run from main.py but returns "api format error" when run from main_spot_script.py how to solve it?

51bitquant commented 1 year ago

pls check your api-key and api-secret, you may have str '\n' at the end of your api key or secret. you can check the api at your-project-directory/howtrader/connect_xxxxx.json file.