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
var accountInfo = await binanceClient.GetAccountInfo();
after this line in my code I have below error
"Response status code does not indicate success: 400 (Bad Request)."
course I should tell you,
answer of this code: binanceClient.GetServerTime();
Id = 14, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}"
what do you think? what is my issue?
The text was updated successfully, but these errors were encountered:
var accountInfo = await binanceClient.GetAccountInfo();
after this line in my code I have below error
"Response status code does not indicate success: 400 (Bad Request)."
course I should tell you,
answer of this code: binanceClient.GetServerTime();
Id = 14, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}"
what do you think? what is my issue?
The text was updated successfully, but these errors were encountered: