sammchardy / python-binance

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

futures_user_socket testnet support #1245

Closed Enebz closed 1 year ago

Enebz commented 2 years ago

The stream url was set to FSTREAM_URL all the time. I changed it so it sets it to FSTREAM_TESTNET_URL when you are on testnet mode.

sammchardy commented 1 year ago

Thanks @Enebz this was resolved in a separate PR