30
requests every 10
seconds. Once this limit has been reached, calls will return and error with status code 429
. This rate limit is evaluated on a rolling window basis.
API requests are limited to the amount specified in the returned X-RateLimit-Limit
header (per 10 seconds). Exceeding that limit will cause BSPK to return an HTTP 429
response. Check the X-RateLimit-Limit
and X-RateLimit-Remaining
headers to see how many more requests you are allowed until throttling kicks in.
X-RateLimit-Reset
which you can use to smartly call our API again only after rate limit window is reseted.
key | eg. value | Description |
---|---|---|
RateLimit-Reset | 1628304730 | The remaining window before the rate limit resets in UTC epoch seconds |