hummingbot / hummingbot

Open source software that helps you create and deploy high-frequency crypto trading bots
https://hummingbot.org
Apache License 2.0
7.95k stars 2.77k forks source link

Binance - Could not fetch account updates from Binance #5555

Closed mlguys closed 2 years ago

mlguys commented 2 years ago

Describe the bug I can't use pure market making strategy on Binance using the new 1.6.0 version.

Steps To Reproduce Here are the steps to reproduce the issue (see attachments in the section below):

  1. Start bot
  2. Connect to Binance using API key
  3. Create a pure market making strategy using default settings
  4. Check balance, working since I can get my exchange balance
  5. Start the strategy
  6. Get errors like in screenshot and bot keeps looping and unable to trade.

Screenshots unknown (1)

Release version 1.6.0

Attachments logs_conf_pure_mm_btc.log

Optional: your discord username: wojak#6567

arnelhbot commented 2 years ago

Tested on the latest Dev1.7.0 and Docker Build with Binance API and Binance New API with disabled spot & margin trading and disabled futures. I could not replicate this issue using both Old and New API Keys

Source Build Old API image Docker Build Old API image Source Build New API image Docker Build Binance New API image

Steps to reproduce:

  1. Cloned and Compiled Dev1.7.0
  2. Connect Binance API Keys and check balance
  3. Create a Simple Pure_MM strategy
  4. Start Strategy
mlguys commented 2 years ago

Look like Binance API endpoint was playing tricks on my bots, now it works fine. Thanks for testing it. I'm closing the issue now.