Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
r00t1ng opened this issue Nov 20, 2023 · 0 comments
Open

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

r00t1ng opened this issue Nov 20, 2023 · 0 comments

Comments

@r00t1ng
Copy link

r00t1ng commented Nov 20, 2023

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):

  • Python version: 3.9.13
  • Virtual Env: conda
  • OS: windows
  • python-binance version: 1.0.16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@r00t1ng and others