JKorf / Bitget.Net

A C# .netstandard client library for the Bitget REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Bitget.Net/
MIT License
13 stars 10 forks source link

Error from function GetPlanOrderHistoryAsync #7

Closed dante1989 closed 9 months ago

dante1989 commented 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

JKorf commented 9 months ago

Has been fixed in the latest version