Skip to content

Commit

Permalink
docs: update rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
whitebit-robot committed Dec 11, 2023
1 parent 8efd0a1 commit b4fa4bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/private/http-main-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b4fa4bf

Please sign in to comment.