azijhm
azijhm
We cannot get access to futures orders with the api provided. What do we need to add in order to use it for the future orders? Does any on know...
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,...
When i am trying to run this project, I am getting this error for all 3 bold functions. Any help please ? For this file: BinanceClient.cs For this line of...
after this code: var accountInfo =await binanceClient.GetAccountInfo(); I see below error Exception thrown: 'System.Net.Http.HttpRequestException' in mscorlib.dll ("Response status code does not indicate success: 400 (Bad Request).") System.Net.Http.HttpRequestException
I have below code after create API and use the correct APIKEY and APISECRET but the "biananceClient" hopen sockets count=0 I think I have a problem to connect should I...