Skip to main content

Sailplay API Limitations

warning

The operation limit for a single partner is 50 rps for the entire API. Requests over the limit will return a 429 Too Many Requests error.

Processing of subsequent requests exceeding the limits is not blocked by time.

Important: when using API methods in real applications/systems, it is imperative to take into account the possibility of API failure. It is necessary to request data asynchronously, with a specified maximum waiting time for each individual api method. It is imperative to provide a fallback scenario in which the application/system must continue to operate normally, even if the API method did not respond or responded with an error.

tip

In order to optimize the speed of connection and data transfer, the connection should be cached.