Yes I have created and I can able to get my order and profile details using same api_key or access_token. I am using Jupyter for testing, also run python code.
Hi Kuppuraj, How do you fix it. I am getting the same error using below
import logging
from kiteconnect import KiteTicker
logging.basicConfig(level=logging.DEBUG)
# Initialise
kws = KiteTicker("your_api_key", "your_access_token")
def on_ticks(ws…