Closed
Description
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
Labels
No labels