unicorn-binance-websocket-api 1.45.0 #320
oliver-zehentleitner
started this conversation in
Releases
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
WEBSOCKET_API_BASE_URI
to connection_settings.py and added URI for spot and testnet:wss://ws-api.binance.com/ws-api/v3
andwss://testnet.binance.vision/ws-api/v3
print_stream_info()
to show if a userData stream is an Websocket API stream or not.get_timestamp()
,generate_signature()
,order_params()
,add_payload_to_stream
ubwa.api.method(stream_id=stream_id)
.ubwa.api.cancel_open_orders()
ubwa.api.cancel_order()
ubwa.api.create_order()
ubwa.api.get_account_status()
ubwa.api.get_exchange_info()
ubwa.api.get_open_orders()
ubwa.api.get_order()
ubwa.api.get_order_book()
ubwa.api.get_server_time()
ubwa.api.ping()
Changed
create_stream(channels=[], markets=[])
initiated as lists and are not mandatory anymore to enable the use ofparameter
api
to create a Websocket API stream.https://pypi.org/project/unicorn-binance-websocket-api/1.45.0
https://anaconda.org/conda-forge/unicorn-binance-websocket-api
This discussion was created from the release unicorn-binance-websocket-api.
Beta Was this translation helpful? Give feedback.
All reactions