Open Caveman2019 opened 6 years ago
I removed the empty space from "Name" and it worked. looks like it does not support empty space.
@DamaoServices, this issue would be better suited for the official Binance API Telegram since it is likely unintended behavior (if nothing else it should be documented).
binanceApi.WithdrawAsync(new WithdrawRequest(ApiUser) { Asset = BinanceAssetMapper.GetAssetByCurrency(currency), Address = recipient.Currencies[currency].ReceivingAddress, Amount = amount, Name = "Sent from BinanceAccount " + Name }).Wait();
Error: "Signature for this request is not valid"
this is working: var account = await binanceApi.GetAccountInfoAsync(ApiUser);
by the way the API is configured to allow withdraw.
Do you know why? thanks