Skip to content

Commit de06883

Browse files
authored
Fix broken link to "Avoid rate limiting" guide in Scroll JSON-RPC API docs (#2108)
1 parent 8ff4ec4 commit de06883

File tree

1 file changed

+1
-1
lines changed
  • services/reference/scroll/json-rpc-methods

1 file changed

+1
-1
lines changed

services/reference/scroll/json-rpc-methods/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ service availability problems.
7070
| 400 | Bad request | Incorrect HTTP Request type or invalid characters, ensure that your request body and format is correct. |
7171
| 401 | Unauthorized | This can happen when one or multiple security requirements are not met. Example responses: `project id required in the url`, `invalid project id`, `invalid project id or project secret`, `invalid JWT`. |
7272
| 403 | Forbidden | The request was intentionally refused due to specific settings mismatch, check your key settings. Example response: `"error":{"code":-32002,"message":"rejected due to project ID settings"}`. |
73-
| 429 | Too Many Requests | The daily request total or request per second are higher than your plan allows. Refer to the [Avoid rate limiting](../../../how-to/avoid-rate-limiting) topic for more information. Example responses: `"error": {"code": -32005, "message": "daily request count exceeded, request rate limited"}`, `"error": {"code": -32005, "message": "project ID request rate exceeded"}`. |
73+
| 429 | Too Many Requests | The daily request total or request per second are higher than your plan allows. Refer to the [Avoid rate limiting](../../how-to/avoid-rate-limiting.md) topic for more information. Example responses: `"error": {"code": -32005, "message": "daily request count exceeded, request rate limited"}`, `"error": {"code": -32005, "message": "project ID request rate exceeded"}`. |
7474
| 500 | Internal Server Error | Error while processing the request on the server side. |
7575
| 502 | Bad Gateway | Indicates a communication error which can have various causes, from networking issues to invalid response received from the server. |
7676
| 503 | Service Unavailable | Indicates that the server is not ready to handle the request. |

0 commit comments

Comments
 (0)