diff --git a/exchange/binance/binance_endpoint.go b/exchange/binance/binance_endpoint.go index ff954268b..912db2c39 100644 --- a/exchange/binance/binance_endpoint.go +++ b/exchange/binance/binance_endpoint.go @@ -291,6 +291,7 @@ func (self *BinanceEndpoint) Withdraw(token common.Token, amount *big.Int, addre map[string]string{ "asset": token.ID, "address": address.Hex(), + "name": "reserve", "amount": strconv.FormatFloat(common.BigToFloat(amount, token.Decimal), 'f', -1, 64), }, true,