ExchangeSharp icon indicating copy to clipboard operation
ExchangeSharp copied to clipboard

GetTickersAsync failes for Binance

Open jacobdeboer33 opened this issue 3 years ago • 0 comments
trafficstars

Hi there

I'm no longer able to execute GetTickersAsync for binance. it failes with the following exception:

2022-09-22 22:18:33,742 - Exception in run: System.IO.InvalidDataException: No market symbol metadata returned or unable to find symbol metadata for AXSBIDR at ExchangeSharp.ExchangeAPI.ExchangeMarketSymbolToCurrenciesAsync(String marketSymbol) at ExchangeSharp.ExchangeAPIExtensions.ParseTickerAsync(ExchangeAPI api, JToken token, String marketSymbol, Object askKey, Object bidKey, Object lastKey, Object baseVolumeKey, Object quoteVolumeKey, Object timestampKey, TimestampType timestampType, Object baseCurrencyKey, Object quoteCurrencyKey, Object idKey) at ExchangeSharp.BinanceGroup.BinanceGroupCommon.ParseTickerAsync(String symbol, JToken token) at ExchangeSharp.BinanceGroup.BinanceGroupCommon.OnGetTickersAsync() at ExchangeSharp.ExchangeAPI.<GetTickersAsync>b__85_0() at ExchangeSharp.CryptoUtility.<>c__DisplayClass89_01.<<CacheMethod>b__0>d.MoveNext() --- End of stack trace from previous location --- at ExchangeSharp.MemoryCache.GetOrCreate[T](String key, Func1 notFound) at ExchangeSharp.CryptoUtility.CacheMethod[T](ICache cache, Dictionary2 methodCachePolicy, Func1 method, Object[] arguments) at ExchangeSharp.ExchangeAPI.GetTickersAsync()

Any suggestions?

Thanks, Jacob

jacobdeboer33 avatar Sep 23 '22 20:09 jacobdeboer33