☰
Login
Signup
Home
›
Java client
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
153
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
March 2020
sujith
How to get accessToken via api request.
BaiMaoLi
March 2020
in
Java client
I am new to here.
How can I get accessToken via api request.
And, once I get accessToken, if i want to use it forever for my personal case,
should i visit login page whenever I want to see my app?
sujith
March 2020
edited March 2020
It is mandatory by the exchange that a user has to log in manually at least once in a day. We don't recommend automating login.
You will have to log in and get access token once and keep using it for the rest of the day.
sujith
March 2020
edited March 2020
If you call generateSession then you will have to login again because your existing session will be killed.
This discussion has been closed.
You will have to log in and get access token once and keep using it for the rest of the day.