☰
Login
Signup
Home
›
API clients
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
April 2017
sujith
April 2017
vishalgvora
April 2017
botany02
My first app with node.js
vishalgvora
April 2017
in
API clients
I am starting my first step to create automated trading app with node.js. Is there any step by step guide to create app by node.js. ?
currently i am getting following error while login using
https://kite.zerodha.com/connect/login?api_key="49la3lkrc3qr7b9p"
Error:
{
"error_type": "ForbiddenError",
"message": "Invalid api_key",
"status": "error"
}
Tagged:
node.js
botany02
April 2017
Hi
Need to pass API key without double quotes, like below
https://kite.zerodha.com/connect/login?api_key=49la3lkrc3qr7b9p
vishalgvora
April 2017
thanx
@botany02
for your reply.
it is redirecting to login page.
is there any setting to done in app for programtic login?
sujith
April 2017
Hi
@vishalgvora
,
As per exchange regulation every individual has to log in manually every day. We don't recommend automating login.
This discussion has been closed.
Need to pass API key without double quotes, like below
https://kite.zerodha.com/connect/login?api_key=49la3lkrc3qr7b9p
it is redirecting to login page.
is there any setting to done in app for programtic login?
As per exchange regulation every individual has to log in manually every day. We don't recommend automating login.