> 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/bybit.md).

# Bybit

## Step One

If you haven't already, go to [Bybit's](https://partner.bybit.com/b/85238) website and create an account. Proceed with KYC.

## Step Two

Verify your account and get started by navigating to Sub-Account settings

<figure><img src="/files/0g7o5vXI7Cm4uCmXtldp" alt="bybit api for origami tech, go to subaccount menu"><figcaption></figcaption></figure>

<figure><img src="/files/REDGXpJb88rrNBROTQxX" alt="bybit api for origami tech, create subaccount"><figcaption></figcaption></figure>

<figure><img src="/files/L6KiXpnlpoAjjId2IOgU" alt="bybit api for origami tech, select unified trading subaccount"><figcaption></figcaption></figure>

Сhoose subaccount name and use Unified Trading Account

<figure><img src="/files/PVkbi7OJ9nd0fOlxd403" alt="bybit api for origami tech, create subaccount"><figcaption></figcaption></figure>

Confirm Subaccount creation via Verification codes

## Step Three

Click on Sub-Account settings again&#x20;

After creating Sub-Account, click on Management under API note

<figure><img src="/files/X8HPvOD2VIIyoyEKhWKC" alt="bybit api for origami tech, in subaccount menu click on &#x22;management&#x22; under API"><figcaption></figcaption></figure>

Then, click on Create New Key

<figure><img src="/files/nph0EwDLXeomLBo0eg77" alt="bybit api for origami tech, click create new key"><figcaption></figcaption></figure>

Сhoose System-Generated Key API Keys

<figure><img src="/files/yNwc7tkCFOb51t7yPaQ6" alt="bybit api for origami tech, choose system generated API key"><figcaption></figcaption></figure>

<figure><img src="/files/GGgmFxWgBpPaIMGHGV21" alt="bybit api for origami tech, set up the API"><figcaption></figcaption></figure>

Add name to API key, Click on all Tickboxes as shown on the screen, add this IP to whitelist: **15.235.202.52**

Click Submit


---

# 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/bybit.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.
