# How to create Binance API Key

1. Go to the [Binance API Key Management](https://www.binance.com/en/my/settings/api-management) page.
2. Click "**Create API**"
3. Choose "**System generated"** and click "**Next"**

<figure><img src="/files/27YUtjU80UobGyih0rxv" alt="Add API Key with Binance "><figcaption></figcaption></figure>

4. Give the API Key a name of your choosing. Example: **Volven API**, then complete the security verification.
5. Click "**Edit restrictions**"

<figure><img src="/files/sMWTGG3HZzGWUf5LlyEd" alt="Add API Key Binance, edit restrictions "><figcaption></figcaption></figure>

## IP Whitelisting

IP Whitelisting is required on Binance to trade with API. Please copy the *entire* box below, and paste into the **"Restrict access to trusted IPs only"** field to whitelist Volven IPs and click **Confirm**.

```
54.150.136.230 3.115.44.38 52.193.136.158 52.194.199.49
```

<div data-full-width="true"><figure><img src="/files/SQFBf5zhSZmdzsdKv2Rd" alt="Add API Key Binance, Spot and Futures "><figcaption></figcaption></figure></div>

6. Check "**Enable Spot & Margin Trading"**&#x20;
7. Check **"Enable Futures"**
8. Check **"Permits Universal Transfer"**
9. Check **"Enable European Options"** *(Optional)*
10. Click **Save** and finish the security verification to complete your API Key.

<div data-full-width="true"><figure><img src="/files/xlaYMEXd1dMbV8LjlzWa" alt="Add API Key Binance, enable Spot and Futures"><figcaption></figcaption></figure></div>

Go to your [Volven account dashboard](https://volven.io/my-account/#exchange_links). Click **"Link Exchange"**, name your key (F.ex. "John Doe - Binance") and copy/paste the API Key & Secret Key into Binance.

{% content-ref url="/pages/A1nlAJwOBsjLnyviRrYW" %}
[How to add your API Key](/getting-started/how-to-add-your-api-key.md)
{% endcontent-ref %}

***If you prefer, you can scan the QR code in the Volven app instead.***

<figure><img src="/files/DNLZ6qqOYP6tN2fRbFOT" alt="Add API Key Binance with Volven iOS APP " width="256"><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.volven.io/getting-started/how-to-add-your-api-key/how-to-create-binance-api-key.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.
