The default base rate is 240 requests per minute but the Highlight LIST and Book LIST endpoints are restricted to 20 per minute. You can check Retry-After header in the 429 response to get the amount of seconds to wait for.
Make the client aware and capable of dealing with the rate limits.
According to the documentation:
Make the client aware and capable of dealing with the rate limits.