Add ws token api doc link
parent
13df3e70d5
commit
5a0d29c774
|
@ -248,7 +248,8 @@ class Client:
|
||||||
|
|
||||||
async def _get_ws_token(self, private: bool = False) -> tuple[str, int] | None:
|
async def _get_ws_token(self, private: bool = False) -> tuple[str, int] | None:
|
||||||
'''
|
'''
|
||||||
Fetch ws token needed for sub access
|
Fetch ws token needed for sub access:
|
||||||
|
https://docs.kucoin.com/#apply-connect-token
|
||||||
|
|
||||||
'''
|
'''
|
||||||
token_type = 'private' if private else 'public'
|
token_type = 'private' if private else 'public'
|
||||||
|
|
Loading…
Reference in New Issue