Learn how to calculate the number of CUs required per request and monthly

If you have read about our Computational Units, you may find it challenging to calculate the number of CUs required for your requests accurately. For this purpose, we have introduced the "estimate_cu" parameter in our endpoints.

How to utilize it

  1. Select the desired endpoint, e.g., Get Events.
  2. Add new parameters. For instance, in a cURL request, it would be "&estimate_cu=true".
  3. Make a request and expect to see the number of CUs in its headers.

The "estimate_cu" parameter won't incur any additional charges for CUs.

📘

Please be aware that if you submit the "estimate_cu", there will be no response body provided. Instead, you will need to examine the headers to locate the CUs that are returned.