Skip to content

Binance OnGetTickersAsync throws InvalidDataException #785

Closed
@BZ-CO

Description

@BZ-CO

Currently we identify base/quote currencies by calling OnGetMarketSymbolsMetadataAsync().
If instrument is going to be delisted soon it may be removed from the metadata response, while it still remains in the ticker response.
This leads to throwing an exception and failing to return the remaining valid ticker data.

ParseTickerAsync() should be wrapped in try block.

Will submit PR with the fix in a minute.

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