tried the same thing via kite 2.. so now am logged in to https://kite.zerodha.com/dashboard/?login=true and still am getting "Invalid token". What else?
I feel the issue might be related to the too many calls at the same time and crossing the threshhold of your APIs. but atleast Zerodha can provide a better error/failure reason if I am correct.
Currently I am getting this Invalid Token for getMargins and also getting the same for retrieving the stocks. Although the websocket is able to connect "shows connected in websocket"
Also to make it unambiguos, Yes I am logged in via the https://ki…
Is this an issue with kiteconnectjs also? i am facing the same issue.
I am still getting this issue when the market is closed and now I am not able to get the margins via kiteconnectjs.. Hope this does not happen in the morning tomorrow.
Hi,
I have just reconfigured the vanila websocket on the server, and still the kite connect websocket does not give any response, except the heartbeat.
has anyone else used kiteconnect nodejs client on server till date? if yes, can you please shar…
ok @sujith understood, seems like a misunderstanding at my end on the bracket order. Another question on the same lines.
so let us say we have the follow situation:
Current price of the target script is at: Rs: 100/-
my target price which I wish t…
@ajinasokan
Yup that was the issue, thanks for the keen eye. But let me assure you, the '/' works without the header X-kite-version:3.
Hence there is a discrepancy somewhere.
regards
ARsh
The final URL is
I am able to reproduce the issue via POSTMAN(https://www.getpostman.com/postman) hence It is not about libraries which I am using. I have attached a screen shot of the postman here for your reference
@sujith thanks.. could you help me out if this is available on the kite connect developer platform via an app?
If not then is there an error generated which my apis can be programmed on.
I tried the bulk api, and am not able to get the tradingsymbol symbol for Options 'Nifty september 2017, 10000CE' in the earlier API it was NIFTY17SEP10000CE
1. Does the bulk api support FnO calls?
2. If yes to the above, did the tradingsymbol chang…
this post is such a disappointment,
1. only one functionality has been updated after so much of build up from the post https://kite.trade/forum/discussion/comment/7619#Comment_7619
2. The link to release #2 just goes to search for #2 in the whole …
Not sure, but just wanted to check, if KiteConnect 3.0 could have the functionality from your already existing unexposed API https://zerodha.com/margin-calculator/SPAN/ for specific options?
I was wondering, if it is possible ot find out the most active securities/contracts during the day via KITE api's?
So basically I want the kind of data in the here from nse
I was wondering, if it is possible ot find out the most active securities/contracts during the day via KITE api's?
So basically I want the kind of data in the here from nse
yup, i did check it from there, but please do notice that when i start a javascript websocket at the front end, it works but when i use the kiteconnect... ticker in the server environment it does not work.
currenlty i am trying to figure out how to…
in kiteconnectjs, I found the following code:
if(e.data instanceof ArrayBuffer) {
if(e.data.byteLength > 2) {
var d = parseBinary(e.data);
if(d) {
trigger("tick", [d]);
}
}
}
but when I make a websocket connection …
I tried this from my home, and still the same issue (without the firewall)..
While debugging i found out that the Binary data was coming in the form of 'MessageEvent.data' which had 'Blob' type but in the kiteconnectjs the code is checking for 'Arra…
nope didnt work, any other options.... the function logTick is never triggered
psst.. I am behind a firewall currently, does that have an affect on this?
hi @sujith
I cant find the onConnected() in the kiteconnectjs documentation, but if you were referring to my code; i have modified it as per your recommendation here:
startWebSocket: function (api_key, user_id, public_token){
console.log("-----i…