LUCIT-Systems-and-Development / unicorn-binance-websocket-api

A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, fast, flexible, robust and fully-featured way.
https://unicorn-binance-websocket-api.docs.lucit.tech/
Other
678 stars 166 forks source link

How to get https://binance-docs.github.io/apidocs/futures/en/#user-data-streams #201

Closed lifr0m closed 2 years ago

lifr0m commented 2 years ago

Hi! I need access for user data stream (like order updating). I changed leverage, posted orders but nothing in the output. What am I doing wrong? code output

oliver-zehentleitner commented 2 years ago

i think this is related to: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/issues/199

just use version 1.33.1 till this issue is fixed!

lifr0m commented 2 years ago

i think this is related to: #199

just use version 1.33.1 till this issue is fixed!

Wow! It's working! Thanks man!