IqOptionApiDotNet icon indicating copy to clipboard operation
IqOptionApiDotNet copied to clipboard

Profile.balance always return zero

Open Nwaforchuks opened this issue 1 year ago • 1 comments

Profile.balance always return zero

Nwaforchuks avatar Mar 30 '23 22:03 Nwaforchuks

You can use to get it:

var balances = await _client.WsClient.GetBalancesAsync(requestId, null);

jpr14 avatar May 09 '23 00:05 jpr14