# Rate limiting

The rate limits for calling the Digital River Commerce API depend on your service profile level. The service profile level limits the rates on a per-key basis.

The default limits noted in the following table are sufficient in most cases. Contact your Digital River Account Manager or Professional Services Consultant if you need to increase these rate limits and environment type. If you hit the rate limit, an error message indicates you exceeded the rate limit quota, and you need to reduce the number of calls or spread them out accordingly.

<table><thead><tr><th width="406">Environment type</th><th>The rate Limit for Default Calls</th></tr></thead><tbody><tr><td>Evaluation (test orders)</td><td>10/second</td></tr><tr><td>Production (live orders)</td><td>100/second</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/commerce-api-references/commerce-api-reference-guide/api-structure/rate-limiting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
