Skip to content

Commit 70a2878

Browse files
Fixed link in docs
Fixed User Data Stream Binance API link
1 parent 78a64a6 commit 70a2878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binance/websockets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def start_multiplex_socket(self, streams, callback):
432432
def start_user_socket(self, callback):
433433
"""Start a websocket for user data
434434
435-
https://www.binance.com/restapipub.html#user-wss-endpoint
435+
https://github.com/binance-exchange/binance-official-api-docs/blob/master/user-data-stream.md
436436
437437
:param callback: callback function to handle messages
438438
:type callback: function

0 commit comments

Comments
 (0)