Wiki

Clone wiki

Etz.Api / Throttling Policy

Request Throttling Policy

All API requests are routed through a request throttling component.

Our current policy is:

  • Max requests per second: 10
  • Max requests per minute: 60
  • Max requests per hour: 400
  • Max requests per day: 3000
  • Max requests per week: 9000

All requests are throttled by the source IP address.

When your request is being throttled we will return a 429 - 'Too many requests' response.

Updated