I am currently receiving this error System.InvalidOperationException: '3Commas Connection Issue: unknown_error -
Anybody any clue how to resolve this?
I am using this method: GetDealsAsync() like:
XCommasResponse<Deal[]> result = await _xCommasClient.GetDealsAsync(take, skip, accountId, dealScope: DealScope.Finished, dealOrder: DealOrder.ClosedAt).ConfigureAwait(false);