Skip to main content
Rate limiting is managed through a weighted scoring system, known as Compute Units (CUs). Each API request consumes a specified number of CUs, determined by the complexity of the request. This system is designed to accommodate basic requests while efficiently handling more computationally intensive operations.

Rate Limit Tiers

The maximum CUs (rate-limiting score) for a user depends on their subscription level and is delineated in the following table: To update your subscription level use the AvaCloud Portal
Note: Rate limits apply collectively across both Webhooks and Data APIs, with usage from each counting toward your total CU limit.

Rate Limit Categories

The CUs for each category are defined in the following table:

Rate Limits for Data API Endpoints

The CUs for each route are defined in the table below:

Rate Limits for RPC endpoints

The CUs for RPC calls are calculated based on the RPC method(s) within the request. The CUs assigned to each method are defined in the table below:
All rate limits, weights, and CU values are subject to change.