From b4fa4bface5ca8f66d265c929496393c7df8afa9 Mon Sep 17 00:00:00 2001 From: whitebit-robot <robot@whitebit.com> Date: Mon, 11 Dec 2023 10:17:06 +0100 Subject: [PATCH] docs: update rate limits --- pages/private/http-main-v4.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/private/http-main-v4.md b/pages/private/http-main-v4.md index 0d8a58b4..93086d00 100644 --- a/pages/private/http-main-v4.md +++ b/pages/private/http-main-v4.md @@ -446,8 +446,6 @@ NONE | beneficiary.phone | String | **Yes, if currency [ticker](./../glossary.md#ticker) is one of: USD_VISAMASTER, EUR_VISAMASTER** | Beneficiary phone number. | | beneficiary.email | String | **Yes, if currency [ticker](./../glossary.md#ticker) is one of: USD_VISAMASTER, EUR_VISAMASTER** | Beneficiary email. | -_Please note that this endpoint has necessary limitation to avoid spam attack. The limit is 100 requests per minute. In case the limit is exceeded you will receive an 429 error code. _ - **Request BODY raw:** ```json @@ -734,8 +732,6 @@ NONE | ticker | String | **Yes** | Currency's [ticker](./../glossary.md#ticker). Example: BTC | | amount | Numeric string | **Yes** | Amount to transfer. Max [precision](./../glossary.md#precision) = 8, value should be greater than zero and less or equal your available balance. | -_Please note that this endpoint has necessary limitation to avoid spam attack. The limit is 100 requests per minute. In case the limit is exceeded you will receive an 429 error code. _ - **Request BODY raw:** ```json @@ -1355,7 +1351,7 @@ Passphrase must contain only latin letters, numbers and symbols (like !@#$%^, no This endpoint applies [WhiteBIT code](./../glossary.md#whitebit-codescodes). -❗ Rate limit 1000 requests/10 sec. +❗ Rate limit 60 requests/1 sec. **Response is cached for:** NONE