Skip to main content

Overview

The ZKScore API implements rate limiting to ensure fair usage and system stability. This guide explains rate limits and how to handle them.

Rate Limits

API Endpoints

Handling Rate Limits

Best Practices

  1. Caching: Cache responses to reduce requests
  2. Batch Operations: Use batch endpoints
  3. Exponential Backoff: Implement backoff strategy
  4. Monitor Usage: Track your API usage
  5. Upgrade Plan: Upgrade if hitting limits