# Binance Authorization

## **Preparation**

* Complete Binance Identity Verification (KYC).
* Enable Two-Factor Authentication (2FA).
* Deposit any amount (e.g., 10 USDT) into your Spot Wallet to activate API functionality.

## **Create API Key**

1. Open the Binance App → Go to 【Wallet】 → Select 【API Management】 → Click 【Create API】.

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

2. Choose the 【System Generated】 type and set an API name.
3. Immediately copy and securely save:
   * **API Key**
   * **Secret Key** ⚠️ *Displayed only once; cannot be recovered if lost!*

{% hint style="success" %}
🔗 **Detailed Operation Guide**\
Binance Official Step-by-Step Manual (with screenshots):\
👉 <https://www.binance.com/en/support/faq/detail/360002502072>
{% endhint %}

## **Configure Permissions & Security (Critical)**

In the Binance App’s API Details page:

* **IP Whitelist**: Select **“Restrict to Trusted IPs”** and input the server IP provided by the quantification team.
* **Enable Permissions**:\
  ✅ **Allow Reading** (Mandatory)\
  ✅ **Allow Spot & Margin Trading**\
  ✅ **Allow Universal Transfer**
* **Absolutely Prohibit**: ❌ **Allow Withdrawals** (Keep this disabled to prevent asset theft).

## **Submit Binance Authorization**

1. Navigate to **VIP Quantification** → **Binance Module**.

<figure><img src="/files/0FS3f3JV2CNTzOKbwZ43" alt=""><figcaption></figcaption></figure>

2. Fill in:

* Business Code
* API Key & Secret Key
* Remarks (Optional)

3. Click **【Submit】** to authorize.

{% hint style="success" %}
After authorization is complete, you can proceed to activate the **“Binance Trend Quantification”** strategy. For any questions, contact customer support：<mark style="color:$primary;"><support@cornwallet.io></mark> .
{% endhint %}


---

# 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://corndex.gitbook.io/cornwallet/vip-quantization/binance-authorization.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.
