# Kucoin API

### API Exchange Setup

1. **Login / Signup** to KuCoin via browser
2. Make sure your account is **verified / KYC**
3. Hover your mouse **to your initials**

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

4. Select **“API Management”**\
   &#x20;<img src="/files/hN0h0vox5PloPp8CFKrb" alt="" data-size="original">
5. Click **“Create API”**<br>

   <figure><img src="/files/ai5BIaCmIH5F5sJk3X2U" alt=""><figcaption></figcaption></figure>
6. **Create API** \
   \
   \*\*\* We will need all these information to connect the API to our server, make sure all information is easy for you to remember and backed-up

   \
   6.1. **API Name:** enter format (Your username)ODS\
   6.2. **API PassPhrase:** (Create an easy password which is different from all your passwords)\
   6.3. Copy your entered **“API Name”** and **“API Passphrase”** to the form<br>

   <figure><img src="/files/mLY0PxMX6JWFcaUzC8HP" alt=""><figcaption></figcaption></figure>
7. **API Restrictions**\
   \
   Select: **“Spot Trading”**, **“Margin Trading”**, and **“Futures Trading”**<br>

   <figure><img src="/files/sFz9VZPTNSu1UpY4ilTZ" alt=""><figcaption></figcaption></figure>
8. **IP Restrictions** \
   \
   Click **“No”** then **“Next”**<br>

   <figure><img src="/files/558eDmEYEdM0AgHAgw43" alt=""><figcaption></figcaption></figure>
9. Verify **“I’m a human”**
10. Enter your **Security Verification details** for KuCoin then click **“Confirm”**<br>

    <figure><img src="/files/Z8bIjWhmotxYpa3lyxKt" alt=""><figcaption></figcaption></figure>
11. You now have your API Created. \
    \
    Copy the **“ Key”** and **“Secret Key”** to the form\ <br>

    <figure><img src="/files/NKfOZWPM1YUnr4qINgRC" alt=""><figcaption></figcaption></figure>
12. Click **“Confirm”** and now you have **successfully created your ODS API.**


---

# 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://odesisplutus.gitbook.io/doc/getting-started-ats/3.-connecting-your-account-api-setup/kucoin-api.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.
