sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
6.01k stars 2.2k forks source link

Dont force name param in withdraw #1357

Closed knaperek closed 1 year ago

knaperek commented 1 year ago

The name parameter is no longer mandatory according to Binance docs (https://developers.binance.com/docs/binance-trading-api/spot#withdrawuser_data) and my test.

It may only do harm if it automatically saves the withdrawal address to the address book and bloats it (the limit is 500 items and then it starts rejecting withdrawals).

sammchardy commented 1 year ago

Thanks @knaperek