API Rate Limit

The current API rate limit is set at 20 queries per second (q/s). If your needs exceed this limit, please reach out to your dedicated Versium Customer Success representative. They’ll be able to assist you further and explore any necessary adjustments.

📘

Parallel Queries

When using Versium REACH APIs, consider parallelizing your queries. Instead of making one request at a time, you can send multiple requests simultaneously.

By doing so, you can approach the maximum rate limit (20 queries per second) more effectively. Distribute your workload across threads or processes to achieve better throughput.

Please refer to the SDK page for tips & tricks, sample code and its application.