☰
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
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
January 2022
anu48
January 2022
sujith
April 2017
Umashankar
Can the APIs work on saturday and sunday for testing other stuff other than order placing
Umashankar
April 2017
in
Java client
Just starting off. I have just created my kite java app. trying to connect getting KiteNoNetworkException
Is this obvious on saturday and sunday ?
Tagged:
connection
Umashankar
April 2017
just able to progress with login process.
but for each run , do i need to get access_token again and again?
For the first run , I'm able to get the responses for margins, holdings etc.,
the subsequent run with same access_token getting Invalid session credentials
Please help.
Thanks.
sujith
April 2017
Hi
@Umashankar
,
Once you get access_token, it is valid till next trading session.
Don't make an API call for requestAccessToken every time you run your app.
Umashankar
April 2017
Thanks Sujith for quick response
will try removing code for requestAccessToken
anu48
January 2022
edited January 2022
@sujith
is there any way to test the api's and ticker service on weekends ?
sujith
January 2022
The APIs are available but you won't be able to place orders and see ticks. Basically, you will have to play around by placing amos.
Sign In
or
Register
to comment.
but for each run , do i need to get access_token again and again?
For the first run , I'm able to get the responses for margins, holdings etc.,
the subsequent run with same access_token getting Invalid session credentials
Please help.
Thanks.
Once you get access_token, it is valid till next trading session.
Don't make an API call for requestAccessToken every time you run your app.
will try removing code for requestAccessToken