Response Header
Response Header
The response header contains rate limiting information. If rate limit is reached, a 402 response code will be issued. Wait until the remaining time to reset has passed and then retry.
Rate Limiting
Header Name | Description |
---|---|
X-RateLimit-Limit |
The maximum number of requests you're permitted to make per hour. |
X-RateLimit-Remaining |
The number of requests remaining in the current rate limit window. |
X-RateLimit-Reset |
The time at which the current rate limit window resets in UTC epoch seconds. |