# 4.2 Bybit-App创建Api(手机端)

{% hint style="info" %}
重要：<mark style="color:purple;">在创建 API 之前，请确保您已开通合约交易。建议您先进行一笔最小金额的交易，以确认合约账户的有效性。否则，您创建的 API 将无法使用。</mark>
{% endhint %}

{% content-ref url="/pages/t6XJ5BnlTu970nXFeC2W" %}
[1.0 创建Api注意事项(含IP白名单)](/guide/basic/api/readme.md)
{% endcontent-ref %}

**（为了安全，请从上面链接获取到IP白名单，并在创建Api的过程中填入）**

## **步骤 1：进入API管理页面** <a href="#bu-zhou-1-jin-ru-api-guan-li-ye-mian" id="bu-zhou-1-jin-ru-api-guan-li-ye-mian"></a>

1. 打开Bybit的App，在首页顶部找到并点击 ​**​“搜索栏”​**。
2. 输入 ​**​“API”​**，在搜索结果中点击 ​**​“API”​**。

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

## ​**步骤 2：创建API Key**

1. 点击 ​**​“创建API密钥”​** → 选择 ​**​“系统生成”​** → 点击 ​**​“下一步”​**。

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

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

## **步骤3：设置API权限(同电脑)**

1. ​**权限配置**​（关键步骤！）：

   * ​**允许杠杆交易**：启用杠杆交易权限。
   * **填写IP白名单**

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

## **常见问题**

* ​**Q1：API密钥无法交易？**
  * 检查权限是否勾选了对应交易类型（如现货、合约）。
  * 确认IP白名单是否配置正确。

***

{% hint style="info" %}
若API已准备就绪，请将其配置到跟单软件中，具体操作可参考下方链接文档
{% endhint %}

{% content-ref url="/pages/3UQvNEjulFUORfSoycW4" %}
[绑定交易所API](/guide/basic/api/bang-ding-jiao-yi-suo-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/JjjojIyKxaiBPzzLwvtg" %}
[2.寻找交易员并配置参数](/guide/basic/leader.md)
{% endcontent-ref %}


---

# 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://biyi.gitbook.io/guide/basic/api/bybit-app.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.
