> For the complete documentation index, see [llms.txt](https://help.bituniverse.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bituniverse.org/jzh/api-management/create-api/ftx.md).

# FTX

### 在FTX交易所，你既可以为主账户创建API，也可以为子账户创建API，两种账户都可以连接到BitUniverse。

## :point\_right: **1. 为主账户创建API并连接到BitUniverse。**

### &#xD;1.1 登陆你的FTX账号<https://ftx.com/>

### **1.2 进入这个链接**<https://ftx.com/external-program-api-keys>

![](/files/-MhqJuxpJC0OBcQxrAzX)

### 1.3 在“外部项目“的下拉菜单中选择“BitUniverse“。

![](/files/-MhqJuxquo92AW12Djfi)

### &#xD;1.4 点击“创建API Key“。

![](/files/-MhqJuxr0da_RWKoQ30Q)

### 1.5 主账户的API创建成功啦！保存你的API信息。 :sparkles:&#x20;

![](/files/-Mi_ZHEfxpNodQbWN5yl)

### 1.6 进入BitUniverse手机应用 :calling: ， 点击屏幕下方的“交易“。

![](/files/-MiQDOmGm3_mSyrKVINr)

### 1.7 点击右上角的 :key: 。

![](/files/-MiQDOmIHvIpjAsUiHUx)

### 1.8 点击“ :heavy\_plus\_sign: “，或者点击“导入API“。

![](/files/-Mj4_hju8f6cBNs381c9)

### &#xD;1.9 选择FTX。

![](/files/-MiQDOmKDnEymOPqIXgq)

### &#xD;1.10 填入API Key和API Secret，不用填子账户名， 点击“导入“。这样就成功把FTX主账户倒入到BitUniverse啦！ :sparkles:&#x20;

![](/files/-MiQDOmLa3eMsLQizUKs)

## :point\_right: **2. 为子账户创建API并连接到BitUniverse。**

### 2.1 &#xD;登陆或创建一个新账户<https://ftx.com/>

### 2.2 点击右上角的账户。

### 2.3 点击下拉菜单中的子账户。&#x20;

### 2.4 在跳出的模态窗口中，选择你需要连接的子账户。如果你没有子账户，你可以通过点击“管理子账户“创建一个。

![](/files/-Mhqo-3qXh8Mio622ziQ)

### 2.5 想要创建一个子账户，你可以点击“创建子账户“，然后在跳出的窗口中给你的子账户起一个名字，之后点击“创建子账户“。

![](/files/-Mhqo-3tH_ia9V1fA3jz)

### &#xD;2.6 想要把子账户连接到BitUniverse，点击进入这个链接 <https://ftx.com/external-program-api-keys>

### 2.7 在“外部项目“下拉菜单中选择BitUniverse。

### 2.8 点击“为<子账户名>创建 API KEY“。

![](/files/-Mhqo-3uA_vKQR4DwdWh)

### &#xD;&#xD;2.9 子账户的API创建成功啦！保存好你的API key和API Secret。

![](/files/-Mhqo-3vpizxb96fn5Dh)

### 2.10 进入BitUniverse手机应用 :calling: ，点击屏幕下方的“交易“。

![](/files/-MiQDOmGm3_mSyrKVINr)

### 2.11  点击右上角的 :key: 。

![](/files/-MiQDOmIHvIpjAsUiHUx)

### 2.12 点击“ :heavy\_plus\_sign: “。

![](/files/-Mj4_hju8f6cBNs381c9)

### 2.13 选择FTX。

![](/files/-MiQDOmKDnEymOPqIXgq)

### 2.14 填入API Key，API Secret，以及子账户名称，点击“导入“ 。请注意，子账户名称也是必填项哦。FTX子账户成功连接到BitUniverse啦！:sparkles:&#x20;

![](/files/-MiQDOmLa3eMsLQizUKs)

### &#xD;

### &#xD;

##


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.bituniverse.org/jzh/api-management/create-api/ftx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
