Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not seem to be able to withdraw #97

Open
Caveman2019 opened this issue Jun 18, 2018 · 2 comments
Open

does not seem to be able to withdraw #97

Caveman2019 opened this issue Jun 18, 2018 · 2 comments
Assignees

Comments

@Caveman2019
Copy link

Caveman2019 commented Jun 18, 2018

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

@Caveman2019
Copy link
Author

I removed the empty space from "Name" and it worked. looks like it does not support empty space.

@sonvister
Copy link
Owner

@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).

@sonvister sonvister assigned sonvister and Caveman2019 and unassigned sonvister Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants