☰
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
June 2022
sujith
June 2022
naveen278
June 2022
SRIJAN
Too many requests
naveen278
June 2022
in
Java client
I am getting this error
INFO: {"status": "error","message": "Too many requests","error_type": "NetworkException"}
What should I do, I am not sending many requests but it is giving this error.
Regards,
Naveen
Tagged:
javakiteconnect
SRIJAN
June 2022
You should read the documentation:
https://kite.trade/docs/connect/v3/exceptions/#api-rate-limit
If you exceed the rate limits,you get this error 429.
naveen278
June 2022
I am sending one order every 8 seconds, so not sure why it is still occurring? It is disrupting my work.
naveen278
June 2022
Sorry I am doing getquote once every 8 seconds, is that to many requests? I am continously getting this error now.
SRIJAN
June 2022
edited June 2022
Exceeding the limits repeatedly might make the RMS block you for long periods of time.
sujith
June 2022
@naveen278
,
Cache the values and fetch it using order update as an event.
Sign In
or
Register
to comment.
https://kite.trade/docs/connect/v3/exceptions/#api-rate-limit
If you exceed the rate limits,you get this error 429.
Cache the values and fetch it using order update as an event.