Add ws token api doc link

small_kucoin_fixes
jaredgoldman 2023-04-03 20:23:29 -04:00
parent 13df3e70d5
commit 5a0d29c774
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ class Client:
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'