# Creating API Key - Binance

* Go to **Account** -> **API Management**;
* Click **Create API**;
* In the pop-up window, select **System generated** and click **Next**;
* In the next window, enter the name of the API key and click **Next**;
* Enter the required security codes;
* Click **Edit restrictions**;
* In the **IP access restrictions** field, switch the checkbox to **Restrict access to trusted IPs only** and enter your IP address. Click **Confirm** in the input field. If your IP address changes, the API key will stop working;
* Enable the checkbox **Enable Withdrawals** and click **Save**;
* Enter the required security codes;
* Copy the data from the **API Key** and **Secret Key** fields and add them to Combine.

<figure><img src="/files/2pxTYqabKewW6GnlUOnW" alt=""><figcaption><p>Creating an API Key on the Binance exchange.</p></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://nfd-gg.gitbook.io/main/eng-combine-software/section-settings/adding-api-key-from-exchanges/creating-api-key-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.
