# How to create API keys on Binance

1. Go to the API key creation section: <https://www.binance.com/en/my/settings/api-management><br>

2. Begin the key creation procedure.

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

3. Select the first key option.

   <figure><img src="/files/1bCAssafefK8GVVCdTYr" alt="" width="563"><figcaption></figcaption></figure>

4. Enter the name of the key (any name).

   <figure><img src="/files/cG6WlgiXe8rHmD3Ns8bp" alt="" width="563"><figcaption></figcaption></figure>

5. Copy the Public and Secret keys, we will need them in CDZV.

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

6. Enter the permissions and settings editing mode.

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

7. Copy the list of IP addresses from the CDZV service user panel.

   <figure><img src="/files/2hJimFpwnrlAKayRrLtU" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/WzpZWGPvYDTV2jWnJmgF" alt="" width="563"><figcaption></figcaption></figure>

8. Enter the copied IP addresses from the CDZV service user panel and mark the necessary permissions, then save the changes. Your keys are ready to work!

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

9. Create a new connection to the exchange in the user panel of the CDZV service. and enter the previously saved Public and Secret keys in the user panel of the CDZV service. After clicking the “OK” button, the system will check the connection to the exchange and, if successful, create a connection.

   <figure><img src="/files/SwK4M95Kgi5dNFejHZ3Z" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://docs.cdzv.com/code-zero-visual-trading_en/user-guide/how-to-create-api-keys-on-binance.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.
