History function - API rate limit not working properly. it errors out fast.

History function - api rate limit not working properly.

I have optimized the function such that if the data isn't present it fetched the data via history and after That it switched to LIVE mode.

so history is called only when I change the scrip name . All of a sudden after 20 updates, this started giving 429 error - bad request.

This needs to be fixed. It is not even working as per the documentation of rate limit of 10000 calls In a day. no way I have reached that limit in 1 hr .

This API response needs to be updated to report how many calls a user has made for the day?

And there should be a separate API to check how many calls we have made today.

1
3 replies