Developer Community

Ask a Question
Back to All

Rate Limiting

We use /accounts-info and /transactions endpoints. If we send several requests concurrently, we often end up receiving HTTP 429 Too Many Requests in response, with FDX error code 1207, Too Many Requests

This is a standard behavior with REST API services, returning 429 Too Many Requests if their rate limits are exceeded. However, I couldn't find anywhere in Akoya documentation, what are the limits? For example, how many concurrent requests per client Id is able to make, or how many requests per second or minute or hour?

Please confirm what are the rate limits of Akoya, so that we configure API request throttling limits on our side and stop sending too many requests too fast.

Cheers