> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/user-guide/api-key-creation/kucoin.md).

# Kucoin

## Step One

If you haven't already, go to [Kucoin's](https://www.kucoin.com/r/af/rJ3943S) website and create an account. Proceed with KYC.

## Step Two

Verify your account, add 2FA and get started with creation of sub-account

<figure><img src="/files/FTuznVnSwjGKI6BmPIDZ" alt="kucoin api for origami tech, go to sub-account settings "><figcaption></figcaption></figure>

<figure><img src="/files/cGfBqOdt0JVsdzo3GVzh" alt="kucoin api for origami tech, create sub-account"><figcaption></figcaption></figure>

Add a name to sub-account, click on all permissions, add your Login Password and choose General Sub-Account

<figure><img src="/files/Pbw6jHR72bDiI7HhWTOU" alt="kucoin api for origami tech, create sub-account"><figcaption></figcaption></figure>

Complete creation with 2FA and your trading password

## Step Three

Go to Sub-account page and click on Settings → View API

<figure><img src="/files/rMa3Jx2huIbMowmKDiN6" alt="kucoin api for origami tech, view api "><figcaption></figcaption></figure>

Choose a Name for API, Add Passphrase (You must remember), add Spot Trading permission.

Click on “Yes” in IP Restriction setting, add this IP: **15.235.202.52** and click on “Add”

<figure><img src="/files/f0uFJmcQEgmf5hnuxWcM" alt="kucoin api for origami tech, create api"><figcaption></figcaption></figure>


---

# 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.origami.tech/user-guide/api-key-creation/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.
