> For the complete documentation index, see [llms.txt](https://docs.inabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inabit.com/what-we-support/exchanges/kucoin.md).

# Kucoin

## Connecting your Kucoin wallet

### Kucoin Configuration:

* Refer to the [KuCoin.com API Documentation](https://www.kucoin.com/support/360015102174-How-to-Create-an-API) to learn how to generate an API key.&#x20;
  * You can also generate an API key directly from Kucoin UI under the account settings section: "API Management".\
    ![](/files/eQAAPWO6r7Br36REAhOK)
  * When creating a key we recommend naming the API key - "inabit", so there won't be any confusion with other future/existing keys.&#x20;
* After you confirm the validity of your new API key, keep a record copy of both the API Key and Secret Key. You will need them when adding this exchange to your organization.
* Make sure you've enabled the following API restrictions when generating the keys:
  * **General**
  * **Spot Trading**
  * **Transfer**
* Under the IP Restriction section, click on "Yes" and add the following IP to the list, as follows:![](/files/HY4WiK1AoWeSEzoX51N9)

```
35.233.10.83
```

<div align="left"><figure><img src="/files/T6hHRdZC678VqXXFZSag" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}

1. This IP address belongs to inabit and by whitelisting it in the exchange API, you enable access for inabit services to operate on your behalf.
2. This IP address **must** be whitelisted otherwise, the connectivity to inabit will fail.
   {% endhint %}

### inabit Configuration:

* Within the inabit platform, go to the wallets page and click on\
  "**Add new**".
* Select the option "**Exchange** **Wallet**" and choose the "**Kucoin**" option.
* Fill in the following details:
  * **Wallet name**
  * **API key** (the one saved from Kucoin)
  * **Secret key** (the one saved from Kucoin)
  * **Passphrase**
    * Also known as "Trading Password"
    * (A required 6 digit password that you've set for Kucoin API)
* Click on "**Connect** **Exchange**".

If all credentials are okay and the wallet name is valid, the connection should be successful and you can start managing the Kucoin wallet in your organization!<br>


---

# 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://docs.inabit.com/what-we-support/exchanges/kucoin.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.
