JKorf / Binance.Net

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

Missing BinanceSocketClient.UsdFuturesApi.Account.GetAccountInfoAsync ? #1355

Closed Vik1ang closed 3 months ago

Vik1ang commented 3 months ago

Describe the bug Does not have BinanceSocketClient.UsdFuturesApi.Account.GetAccountInfoAsync(), is that only restclient have this function?

JKorf commented 3 months ago

Futures requests are only available in the rest client yes.