/passes
and simultaneously 10 POST requests per second to the same endpoint.
Header | Description |
---|---|
x-rate-limit-limit | Maximum number of requests allowed per second (10) |
x-rate-limit-remaining | Number of requests remaining in the current window |
x-rate-limit-reset | Unix timestamp when the rate limit window resets |
x-rate-limit-url | The endpoint path this rate limit applies to |
429 Too Many Requests
status code and include an additional header:
Header | Description |
---|---|
x-rate-limit-retry-after | Time in seconds (decimal) to wait before retrying |