# create KuCoin API Keys

## API Keys for KuCoin Exchange

API keys are not difficult to create. These are needed so that your bot can make purchases and sales. The most important thing when creating the API keys are the authorizations. All your bot needs to be able to do is buy and sell. In the picture below you can see which authorizations are required for the bot.

{% hint style="warning" %}
The KuCoin Passphrase is the Password you used to create the API Keys. Not your 6-digit trading password.
{% endhint %}

![](/files/-Mhov8DIpDZ6uhVRwcMS)

![](/files/-MhovCS2Wg7FUs5p26Ba)

#### The easiest way to do this is to just watch the following video on YouTube

{% hint style="info" %}
<https://www.youtube.com/watch?v=N5axGSu6dHE>
{% endhint %}

{% hint style="info" %}
Another point that struck us. KuCoin is an extremely slow exchange compared to Binance. The order is placed by the bot within 0.1 seconds, but the exchange takes some time to fill this order and to reply to the bot how much was bought. This is a problem with KuCoin, which the bot has unfortunately no influence on.
{% endhint %}

### Save your Keys

Now you just have to save your two keys and enter them in the bot and off you go.


---

# 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://docs.pump-bot.com/crypto-bot-general/keys-json/kucoin-exchange.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.
