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

Add support for minimum withdrawal amounts #149

Closed cryptoeax closed 6 years ago

cryptoeax commented 6 years ago

Binance has minimum withdrawal conditions for its altcoins which are different than the minimum trade fees. There is an undocumented API that returns these values: https://www.binance.com/assetWithdraw/getAsset.html invoked with the POST method with an asset=GAS argument for example. We should detect these minimum withdrawal values and honor them.