# Error "The requested symbol is not whitelisted"

<figure><img src="/files/O7p5O589bPoC2XMtbAAA" alt=""><figcaption></figcaption></figure>

📍**Solution:** This error means that you have set up a whitelist on the exchange in the API key settings. When using a whitelist, you need to add every asset you plan to use in the bot. So if you see this error, add the desired asset to the whitelist in the API key settings on the exchange.

📎 **Instructions for Binance:** <https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.1-binance-api-binding-tutorial/binance-whitelist-assets-adding>

📎 **Instructions for Bybit:** <https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.3-bybit-api-binding-tutorial>&#x20;

📎 **Instructions for HTX:** <https://hash7-gitbook.gitbook.io/en/user-guide/1.3-api-binding-tutorial/1.3.2-htx-api-binding-tutorial/htx-whitelist-assets-adding>


---

# Agent Instructions: 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:

```
GET https://hash7-gitbook.gitbook.io/en/faq/api-issues/error-the-requested-symbol-is-not-whitelisted.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
