Skip to content

GetTickersAsync failes for Binance #789

Closed
@jacobdeboer33

Description

@jacobdeboer33

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.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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions