@yj3867 Your above WebSocket code is correct. And the source from which you are using api_key and access_token is also correct. So, can you once recheck that you are passing both api_key and access_token as a string for error mentioned in the log as 400 - BadRequest? eg: api_key = 'XXXXXX' access_token = 'XXXXX' kws = KiteTicker(api_key,access_token)
i am using this access token and api key
Your above WebSocket code is correct. And the source from which you are using api_key and access_token is also correct. So, can you once recheck that you are passing both api_key and access_token as a string for error mentioned in the log as 400 - BadRequest?
eg: api_key = 'XXXXXX'
access_token = 'XXXXX'
kws = KiteTicker(api_key,access_token)