API endpoints enforce rate limiting to protect the service from excessive requests.
Rate limiting applies to each API key and secret pair. The number of remaining API requests within a time period (in seconds) is provided through HTTP headers.
Response Headers
X-Ratelimit-Limit
Number of allowed API calls within the time period.
X-Ratelimit-Remaining
Remaining number of allowed API calls.
When the limit is reached, the server returns an HTTP error 429.