API request WaitingForActivation “Not yet computed” error
问题 I'm using the Poloniex C# API code from: https://github.com/Jojatekok/PoloniexApi.Net On my console application the request to get balances is working, i make the API call and the balances come back, but on my Windows Forms application it's not getting past waiting for the balances: Id = 14, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}" when using this code: PoloniexClient polo_client { get; set; } private void Main(){ polo_client = new PoloniexClient(ApiKeys