> For the complete documentation index, see [llms.txt](https://blackswan-ai-trading.gitbook.io/blackswanai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blackswan-ai-trading.gitbook.io/blackswanai/setup-guide/getting-set-up/exchange-api-keys/kucoin.md).

# Kucoin

This guide assumes you have a verified account on Kucoin and have completed and passed the relevent KYC steps.

1. On the [Account page](https://www.kucoin.com/account) go to [API Management](https://www.kucoin.com/account/api)
2. Click on the [Create API](https://www.kucoin.com/account/api/create) button near the top right
3. Ensure you are on the API-based trading tab and choose your API Name and an API Passphrase
4. Under the API restrictions section, tick the 'Futures Trading' box then click the enable button on the popup.
5. Click Next and complete the 2FA and Email verification
6. Store your api key and api secret securely.

<figure><img src="/files/kzJKCtYL9qdxiNuU2kdy" alt=""><figcaption><p>Steps 1 and 2 - Nagivate to the API Management page and click Create API</p></figcaption></figure>

{% hint style="info" %}
**Chad Tip:** To keep your Kucoin account secure, an API Passphrase is required for API calls. If you lose your API Passphrase, you must create a new API Key
{% endhint %}

<figure><img src="/files/BtA2KYhydOZwbML5x9LZ" alt=""><figcaption><p>Steps 3 and 4 - Chhosing your API name and password then set permissions to Futures Trading and click next</p></figcaption></figure>

<figure><img src="/files/qhktVtRHvrqtrO3FYhBr" alt=""><figcaption><p>Steps 5 and 6 - verify with your trading password (6 digit password you should already have set), then get the 2FA code by email and finally add in your google auth and click confirm</p></figcaption></figure>

If all went well you should see your API keys for your kucoin account.


---

# 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:

```
GET https://blackswan-ai-trading.gitbook.io/blackswanai/setup-guide/getting-set-up/exchange-api-keys/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.
