koreal6803
koreal6803
Thanks for pointing out. I will try to merge it when I have extra time! Thank you!
Thanks for your suggestions! I will find some time to implement it.
Appreciate all your effort! We will test it and merge to the master branch.
There is an alternative solution for the latest api: ```py from binance.client import Client client = Client(XXX, XXX) dust_assets = ",".join([o['asset'] for o in client.get_dust_assets()['details']]) client.transfer_dust(asset=dust_assets) ```
Hi, thank you for noticing. It is caused by Colab updating their default package version, which is fixed in 0.2.24. There is also another problem: Binance block colab IP addresses,...