Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Set rate limits to control access to the API key.
# Rate limits

Set credit rate limits to control access to the API key and to limit costs in case of a leaked API key.
Set rate limiting in the API key's **Settings** tab **Key Credit Limits** section.
Set rate limiting in the API key's **Settings** tab, under the **Key Credit Limits** section.

<div class="left-align-container">
<div class="img-large">
Expand All @@ -22,7 +22,7 @@ Set rate limiting in the API key's **Settings** tab **Key Credit Limits** sectio

The value `0` means default limits are applied.

- **Per day total credits** restricts total daily credit usage for the API key. Set a limit on number of
- **Per day total credits** restricts the total daily credit usage for the API key. Set a limit on number of
credits per day in integers, for example, 20000. The value `0` means default limits are applied.

When the number of used credits reaches this limit, all requests will be rejected until the next day (00:00 UTC).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Input the **JWT Public key name** and the key and select **Add**.
</div>
</div>

For detailed instructions on how to secure Infura requests with JWTs, see the [JWT learning page](../../../../../services/how-to/json-web-token-jwt).
For detailed instructions on how to secure Infura requests with JWTs, see the [JWT learning page](./use-jwts.md).