From f346964e08fbfdb01c4ecdc9647bed79bcba434a Mon Sep 17 00:00:00 2001 From: Contributor Date: Sun, 11 Jan 2026 16:03:53 +0100 Subject: [PATCH] docs: fix typo in LIMITS section (recieved -> received) --- rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api.md b/rest-api.md index fa1c532..8c0b69c 100644 --- a/rest-api.md +++ b/rest-api.md @@ -32,7 +32,7 @@ * The `/api/v1/exchangeInfo` `rateLimits` array contains objects related to the exchange's `REQUEST_WEIGHT` and `ORDER` rate limits. * A 429 will be returned when either rate limit is violated. * Each route has a `weight` which determines for the number of requests each endpoint counts for. Heavier endpoints and endpoints that do operations on multiple symbols will have a heavier `weight`. -* When a 429 is recieved, it's your obligation as an API to back off and not spam the API. +* When a 429 is received, it's your obligation as an API to back off and not spam the API. * **Repeatedly violating rate limits and/or failing to back off after receiving 429s will result in an automated IP ban .** * IP bans are tracked and **scale in duration** for repeat offenders, **from 2 minutes to 3 days**.