sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.88k stars 2.2k forks source link

Futures endpoint brings coins that are not in the Binance list #1376

Open r00t1ng opened 7 months ago

r00t1ng commented 7 months ago

Describe the bug I am running the futures_exchange_info() and it returns coins such as HNT and TOMO that are no longer in Binance listing of futures.

To Reproduce

def get_coins():
    futures_exchange_info = client.futures_exchange_info()
    trading_pairs = [info['symbol'] for info in futures_exchange_info['symbols']]

Expected behavior A clear and concise description of what you expected to happen.

Environment (please complete the following information):