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
683 stars 164 forks source link

add api_key and api_secret to create_stream() #84

Closed oliver-zehentleitner closed 3 years ago

oliver-zehentleitner commented 4 years ago

Is your feature request related to a problem? Please describe. For a better handling of multiple userdata streams its cool to add api_key and api_secret to create_stream()

Then update: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/master/example_multiple_userdata_streams.py