In case you are programming against the Netilion API, you need to be aware that it is a shared resource. That means that we need a common set of rules that all (even our own!) client applications adhere to.
The upper limits of requests are defined per user, per API-key and per IP-address and are as follows:
- Per User: 500 requests/minute
- Per API-key: 1000 requests/minute
- Per IP-address: 2000 requests/minute
If one of these limits is reached, the API will return HTTP 429 messages for all requests until a new minute starts.