Skip to content

Commit 6a46642

Browse files
authored
Update rest-api.md
1 parent f8dc0c4 commit 6a46642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Sample Payload below:
143143

144144
## Order Rate Limits
145145
* Every successful order response will contain a `X-MBX-ORDER-COUNT-(intervalNum)(intervalLetter)` header which has the current order count for the account for all order rate limiters defined.
146-
* When the order count exceeds the limit, you will receive a 429 error without the `Retry-After` header. Please check the Order Rate Limit rules using `GET api/v3/exchangeInfo` and wait for reactivation accordingly.
146+
* When the order count exceeds the limit, you will receive a 429 error without the `Retry-After` header. Please check the Order Rate Limit rules using `GET api/v3/rateLimit/order` and wait for reactivation accordingly.
147147
* Rejected/unsuccessful orders are not guaranteed to have `X-MBX-ORDER-COUNT-**` headers in the response.
148148
* **The order rate limit is counted against each account**.
149149

0 commit comments

Comments
 (0)