Go through this documentation to get new quote API url request for version 3. No, old quote API can't be used for quote fetch with changes, as request url has changed.
@XL8234 did you tried to test today. I think these zerodha guys are doing something on server side. I am keep on getting failed while login. It's looks like intermediate issue. Anyway, zerodha needs to confirm this.
@XL8234 Even i am trying it for the first time & getting the same error {"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}
@sujith Do you guys have any maintenance calendar or something to show it us ? We can see and understand, whether servers are working or not. we get time to perform testing in the weekends only & most of the time getting error-ed out
or can i use old api with version selection or some query string to pass with url ?
No, old quote API can't be used for quote fetch with changes, as request url has changed.
curl "https://api.kite.trade/instruments" \
-H "X-Kite-Version: 3" \
-H "Authorization: token api_key:access_token"
how to combine this in url.
previously i used like this..
https://api.kite.trade/instruments/MCX/ALUMINI18AUGFUT?api_key=mykey&access_token=mytoken
and it showed up the result in browser
but now the syntax shown is new
now where to put this -H and -d and other parameters in url in this new version of API ?
Postman example:
CURL will work from windows cmd ??
I am trying to send orders from windows command prompt with the below example command.
Will it work & order get placed ???
curl https://api.kite.trade/orders/regular \
-H "X-Kite-Version: 3" \
-H "Authorization: token api_key:access_token" \
-d "tradingsymbol=ACC" \
-d "exchange=NSE" \
-d "transaction_type=BUY" \
-d "order_type=MARKET" \
-d "quantity=1" \
-d "product=MIS" \
-d "validity=DAY"
I think these zerodha guys are doing something on server side.
I am keep on getting failed while login.
It's looks like intermediate issue.
Anyway, zerodha needs to confirm this.
but no response. Hopefully i get the link working sometime soon as you indicate.
Even i am trying it for the first time & getting the same error
{"status":"error","message":"Route not found","data":null,"error_type":"GeneralException"}
Do you guys have any maintenance calendar or something to show it us ?
We can see and understand, whether servers are working or not.
we get time to perform testing in the weekends only & most of the time getting error-ed out
As mentioned above you seem to be using an old version of Kite Connect API which is deprecated. You need to use the new APIs for fetching live market data.