Api Access Rate Limit Issue
-
I have been facing the issue of Exceeding access rate constantly while building a code in Python. I have created an script that places order and checks the details from orderbook and trade book and adds stoploss for the same.
While it adds stoploss and check for the orderbook and tradebook again, the exception constantly gives 'Exceeding access rate issue'.The documentation says you can send 1 request per second though I have added a sleep of 4 to 5 seconds between each API call. It still give me the same error message.
The other issue that I faced is regarding to the misinformation about documentation.
There the trade book api gives the uniqueorderid, but when the response is received, the trade book api response does not contain any uniqueorderid.