# 币安授权

### 准备工作

* 完成币安**身份认证（KYC）**
* 开启**双重验证（2FA）**
* **现货钱包充值任意金额**（如10 USDT）激活API功能

### &#x20;创建API密钥

1. 币安APP → 【钱包】→ 【API管理】→ 【创建API】

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

2. 选择 【**系统生成】** 类型，设置API名称
3. **立即复制并安全保存**：
   * **API Key**
   * **Secret Key** ⚠️ 仅显示一次，丢失无法找回！

{% hint style="success" %}

#### 🔗 详细操作流程

币安官方图文手册（含每一步截图）：\
👉 <https://www.binance.com/zh-CN/support/faq/detail/360002502072>
{% endhint %}

### 配置权限与安全（最关键）

在币安APP的API详情页设置：

* **IP白名单**：选择“仅限制可信任IP”，向量化团队获取服务器IP填入
* **开启权限**：
  * ✅ **允许读取**（必须）
  * ✅ **允许现货及杠杆交易**
  * ✅ **允许万向划转**
* **绝对禁止**：❌ **允许提现**（保持关闭，防止资产被盗）

### 提交币安授权

1. 进入VIP量化 → 币安模块

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

2.填写：

* 业务代码
* **API Key**、**Secret Key**
* 备注（可选）

3. 点击【提交】进行授权

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

{% hint style="success" %}
完成授权后，可以前往开通“币安趋势量化”策略。如有疑问，请联系客服。
{% 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/documentation/zhong-wen/vip-liang-hua/bi-an-shou-quan.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.
