Not getting Market Data

vinay2901
Here is the curl, But we are not getting any data in response. It was working till yesterday, But today it is not giving any data

curl -X GET \
'https://api.kite.trade/quote?i=41729&i=NSE:INFY' \
-H 'authorization: token XXXXXXXXXX:XXXXXXXXXXXXXXXXXXXX \
-H 'x-kite-version: 3'


Response:
{
"status": "success",
"data": {}
}
Sign In or Register to comment.