I am getting error of "too many request" while using kite.quote function. Actually i am running multiple scripts. Is there any way to get rid of this by taking some premium or other subscription.
You will receive a csv file response for this endpoint. This is an endpoint for downloading instrument dump file. The above line is clearly an HTTP API call, it has nothing to do with websockets.
I am getting error in below websocket command
import requests
response = requests.get("https://api.kite.trade/instruments?api_key=xxx")
{"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}
Can you please tell me what i am doing wrong
thanks
Abhishek
The above line is clearly an HTTP API call, it has nothing to do with websockets.
Can you please provide me documentation for websocket. So that i can implement it
Thanks