cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
198 stars 78 forks source link

Binance Branch: Withdrawal amount 0 below minimum trade amount after trades #173

Open Piranya opened 6 years ago

Piranya commented 6 years ago

After trade the bot seems to get into loop logging this error: [BINANCE] Withdrawal amount 0 below minimum trade amount 0.001000000000000000

Current balance on BINANCE a in 0.02

Restarting the script doesn't solve the issue:

Deposit Address: ****, Memo: null Warning: Invalid operand type was used: array_merge expects array(s) in /var/www/arbbot/lib/composer/vendor/ccxt/ccxt/php/binance.php on line 752 Warning: Invalid operand type was used: array_merge expects array(s) in /var/www/arbbot/lib/composer/vendor/ccxt/ccxt/php/binance.php on line 770 Warning: Invalid argument: formdata: (need Array or Object) in /var/www/arbbot/lib/composer/vendor/ccxt/ccxt/php/Exchange.php on line 401

[BINANCE] Withdrawal amount 0 below minimum trade amount 0.001000000000000000

Any ideas why this error occurs and how to fix it? Thanks