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
12 stars 9 forks source link

Parameter missing in GetSymbolsAsync() #37

Closed danielhw2 closed 3 weeks ago

danielhw2 commented 3 weeks ago

When I call

Client.Rest.Bitget.FuturesApi.ExchangeData.GetSymbolsAsync(Bitget.Net.Enums.BitgetProductType.UniversalMarginPerpetual)

the "deliveryTime" and "deliveryStatus" are missing in the parameters for delivery contracts.

Source: https://www.bitget.com/api-doc/contract/market/Get-All-Symbol-Ticker

.NET 8.0 CryptoExchange.Net 7.11.0 CryptoClients 1.11.0 JK.Bitget.Net 1.9.1

JKorf commented 3 weeks ago

Hi, I'd advise to use the V2 API (FuturesApiV2.ExchangeData.GetContractsAsync), the properties are available there