diff --git a/README.md b/README.md index 71fc33a8a..affc4d156 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,19 @@ Description of the headers above: 3. `X-Rate-Limit-Reset` - The number of seconds left in the current period Please note that first will be checked `per minute` call limit then `per hour` etc. + +Info about rate limiting availibility at some instance can be found over next API endpoint: https://apisandbox.openbankproject.com/obp/v3.1.0/root. Response we are interested in looks lke: +```json +{ + ... + , + "rate_limiting":{ + "enabled":true, + "redis_available":true, + "is_active":true + } +} +``` ## Scala / Lift