# How to Start Live Trading on KuCoin?

In this guide we will guide you through  how to execute live trading through Binance. Whether you copy a trading bot or create one by yourself, the steps are similar as follows.&#x20;

[First, Obtain your exchange account's API Key and API Secret. ](#step-1-obtain-your-exchange-accounts-api-key-and-api-secret)

[Second, Copy the API Key, Secret, and Passphrase to our platform's setting page, then configure other relevant parameters.](#step-2-copy-the-api-key-secret-and-passphrase-to-the-setting-page-then-configure-other-relevant-para)

## **Step 1: Obtain your exchange account's API Key and API Secret**

### **Method A:**&#x20;

You can refer [this guide](https://www.binance.com/en/support/faq/how-to-create-api-keys-on-binance-360002502072) on how to get API key and secret of your master account.

### **Method B:**&#x20;

For the security of your funds and proper isolation, we strongly recommend that you[ create a dedicated sub-account](https://www.kucoin.com/support/900002862643) for the use of trading bots.&#x20;

&#x20;1\. Go to [**KuCoin.com**](https://www.kucoin.com/support/KuCoin.com) and click "Account Overview Sub-Account" on the header.

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

2. Click Create Sub-Account, fill in the name, password, and remarks (optional) , and **make sure you have selected "Futures"** , then proceed. The name of the sub-account must be unique and cannot be modified once created.

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

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

3. After creating the subaccout, go to the login page and log in your subaccount.

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

4. Click "Assets - Futures Account", and then "Enable Futures Trading".

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

5. Click "More-API Services" to create API Key.

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

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

6. Fill in the API name, API passphrase, and **make sure you have selected "Futures Trading" . Click "IP Restriction - Yes" and add the IP address provided by our platform here.**

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

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

7. Be sure to tranfer some money from master account to this sub-account's futures account before starting trading with this sub-account.

<figure><img src="/files/7KAqGEtIaCyBuhaX8ni3" alt=""><figcaption></figcaption></figure>

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

## **Step 2: Copy the API Key, Secret and Passphrase to the setting page, then configure other relevant parameters.**

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

After that, click "Create a Trading Bot" to start experiencing live trading.

You can view the signal trigger records on our platform's bot details page and see the actual trade records on exchange in the "Orders - Futures Trade History" column.


---

# 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://multiplesx.gitbook.io/help/how-to-start-live-trading/how-to-start-live-trading-on-kucoin.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.
