Hi, Please tell me if i send 60 requests per min from historical data api will my ip be blocked? or i need to send only 3 requests per second to avoid my ip blocked using historical api?
Hi @Encrypted,
I don't think you should be doing.
If you send more than 3 seconds server will not respond.
It will keep returning "too many requests" HTTP status code 429.
I don't think you should be doing.
If you send more than 3 seconds server will not respond.
It will keep returning "too many requests" HTTP status code 429.
Check out this thread.
For other calls, it is still 3 requests per second. We may change this after complete migration.