If I send a request via the API and for some reason I do not see a response, how long should I wait before sending another request? I have been getting banned and I see it occurs at various times when my request time out.
The request will stay open for as long as it takes to complete. We don't cut it of on our end, but you can add in a cut-off time to your script if you need one.
The request will stay open for as long as it takes to complete. We don't cut it of on our end, but you can add in a cut-off time to your script if you need one.