Skip to content

Delisted Pairs #5

@Dilidonka

Description

@Dilidonka

Binance returns tickers even for the delisted pairs. As a result, the script downloads these pairs continuously.
Adding something like this will help to skip this kind of pairs.
if len(binance.client.Client(None, None).get_klines(symbol=pair, interval='5m', startTime=1610755200000)) > 0:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions