added

Rate Limits

API Updates

  • Zero Hash will rate limit based on IP Address
  • You will be rate limited once you breach 2,000 requests over a rolling 10 second timeframe, across all endpoints
  • Example: If you hit GET /liquidity/rfq 1,000 times and GET /trades 1,001 times over a 5 seconds period, you will be unable to access the API for the next 10 seconds. 11 seconds later, you will be able to access the API again.
  • Error Code when the limit is breached: HTTP/1.1 429
  • Error Message: Too Many Requests
  • The Rate Limit specs above apply to both Prod and Cert