Closed dante1989 closed 9 months ago
Dim BitgetHistoryOrders_Algo = Await clientBitget.FuturesApi.Trading.GetPlanOrderHistoryAsync(StartTime, Endtime, symbol:=Symbol_CoinFuture, pageSize:=100)
I got the error from BitgetHistoryOrders_Algo.Error.Message: Request Method 'POST' not supported
Has been fixed in the latest version
Dim BitgetHistoryOrders_Algo = Await clientBitget.FuturesApi.Trading.GetPlanOrderHistoryAsync(StartTime, Endtime, symbol:=Symbol_CoinFuture, pageSize:=100)
I got the error from BitgetHistoryOrders_Algo.Error.Message: Request Method 'POST' not supported