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

Field Symbol on BinanceOrderBook in Empty #1378

Open yousra-h opened 1 month ago

yousra-h commented 1 month ago

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"

image