Hello guys,
Could you help me get all tickers for USD-M futures.
From the binance documentation I only spot the following:
futures_symbol_ticker(**params)
https://python-binance.readthedocs.io/en/latest/_modules/binance/client.html#Client.futures_symbol_ticker
This command will retrieve info for all COIN-M futures but I am interested in USD-M futures.
Thanks for the help in advance
python-binance is not an official library, we don’t support it, please reach out to its community.
However, we have GitHub - binance/binance-futures-connector-python, with the asked method at binance-futures-connector-python/market.py at d30576a6d8e6edb706c8b013eb11167b58e9c33a · binance/binance-futures-connector-python · GitHub, please read the description carefully to know how to use it.