You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried retrieving a snapshot but the BinanceOrderBook result had an empty "Symbol" value
To Reproduce
BinanceSocketClient binanceSocketClient = new BinanceRestClient();
Then i tried to retrieve the snapshot, I called binanceSocketClient.SpotApi.ExchangeData.GetOrderBookAsync("BTCEUR",30);
The BinanceOrderBook response has an empty value on the field "Symbol"
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried retrieving a snapshot but the BinanceOrderBook result had an empty "Symbol" value
To Reproduce
BinanceSocketClient binanceSocketClient = new BinanceRestClient();
Then i tried to retrieve the snapshot, I called binanceSocketClient.SpotApi.ExchangeData.GetOrderBookAsync("BTCEUR",30);
The BinanceOrderBook response has an empty value on the field "Symbol"
The text was updated successfully, but these errors were encountered: