You are here:

Rate Limiting

The Tradevine API only allows clients to make a limited number of calls in a given time period. If the number of calls made within the time period exceeds our limit the API will begin to reject the calls.

  • 60 calls per minute
  • 10000 calls per day

Our counters are reset at the start of each time period, i.e. each minute, each hour and each day.

Your application will receive HTTP 429 response codes from our API if call rate limits are exceeded. We may restrict or alter API call rate limits at our discretion at any time.