You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered: