> For the complete documentation index, see [llms.txt](https://hash7-gitbook.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hash7-gitbook.gitbook.io/ru/faq/oshibki-v-strategiyakh.md).

# Ошибки в стратегиях

#### 📚 Статьи в этом разделе:

1. [Ошибка "Invalid API Key or permissions for action"](/ru/faq/oshibki-v-strategiyakh/oshibka-invalid-api-key-or-permissions-for-action.md)
2. [Ошибка "The requested symbol is not whitelisted"](/ru/faq/oshibki-v-strategiyakh/oshibka-the-requested-symbol-is-not-whitelisted.md)
3. [Ошибка "Insufficient balance. “side”: “SELL”"](/ru/faq/oshibki-v-strategiyakh/oshibka-insufficient-balance.-side-sell.md)
4. [Ошибка "Insufficient balance. “side”: “BUY”"](/ru/faq/oshibki-v-strategiyakh/oshibka-insufficient-balance.-side-buy.md)
5. [Ошибка "Order quantity exceeded lower limit"](/ru/faq/oshibki-v-strategiyakh/oshibka-order-quantity-exceeded-lower-limit.md)
6. [Ошибка "Compliance rules triggered"](/ru/faq/oshibki-v-strategiyakh/oshibka-compliance-rules-triggered.md)
7. [Ошибка "Unmatched IP, please check your API key’s bound IP addresses"](/ru/faq/oshibki-v-strategiyakh/oshibka-unmatched-ip-please-check-your-api-keys-bound-ip-addresses.md)
8. [Ошибка "You are not authorized to execute this request"](/ru/faq/oshibki-v-strategiyakh/oshibka-you-are-not-authorized-to-execute-this-request.md)
9. [Что делать, если выдает паузу по системному балансу](/ru/faq/oshibki-v-strategiyakh/chto-delat-esli-vydaet-pauzu-po-sistemnomu-balansu.md)
10. [Ошибка "Your bybit account type is outdated"](/ru/faq/oshibki-v-strategiyakh/oshibka-your-bybit-account-type-is-outdated.md)
11. [Ошибка bybit:"Insufficient balance"](/ru/faq/oshibki-v-strategiyakh/oshibka-bybit-insufficient-balance.md)
12. [Ошибка bingx:"Insufficient assets, please verify the assets status"](/ru/faq/oshibki-v-strategiyakh/oshibka-bingx-insufficient-assets-please-verify-the-assets-status.md)
13. [Ошибка bingx "GET ... Bad Gateaway"](/ru/faq/oshibki-v-strategiyakh/oshibka-bingx-get-...-bad-gateaway.md)
14. [Ошибка bingx:"The current system is busy, please try again later"](/ru/faq/oshibki-v-strategiyakh/oshibka-bingx-the-current-system-is-busy-please-try-again-later.md)
15. [Ошибка bingx: "traders prohibit openAPI from placing orders"](/ru/faq/oshibki-v-strategiyakh/oshibka-bingx-traders-prohibit-openapi-from-placing-orders.md)
16. [Ошибка bingх:"The endpoint triggеr frеquеncy limit rulе is currеntlу etc"](/ru/faq/oshibki-v-strategiyakh/oshibka-bingkh-the-endpoint-trigger-frequency-limit-rule-is-currentlu-etc.md)
17. [Ошибка "Oversold" (код 30005) на бирже MEXC"](/ru/faq/oshibki-v-strategiyakh/oshibka-oversold-kod-30005-na-birzhe-mexc.md)
18. [Ошибка OKX "51138 — The lowest price limit for the sell leg..."](/ru/faq/oshibki-v-strategiyakh/oshibka-okx-51138-the-lowest-price-limit-for-the-sell-leg....md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hash7-gitbook.gitbook.io/ru/faq/oshibki-v-strategiyakh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
