# How to create Bybit API Key

1. Go to the [Bybit API Key Management](https://www.bybit.com/app/user/api-management) page.
2. Click **"Create New Key"**
3. Click **"System-generated API Keys"**
4. Select **"API Transaction"**
5. Name the API Key, for example: **Volven API**
6. Select **"Read-Write"** and **"Only IPs with permissions granted are allowed to access the OpenAPI"**, then copy the below Volven IPs and paste into the box.

```
54.150.136.230,3.115.44.38,52.193.136.158,52.194.199.49
```

<figure><img src="/files/QJVyBxsvId07bskHgOqc" alt="Add API Key ByBit "><figcaption></figcaption></figure>

**Currently we only support Standard Account on Bybit.** The implementation for Universal Trading Account (UTA) will be pushed early 2024.

7. Check **"Standard Account"** to give correct permissions.
8. Check **"Account Transfer"** to be able to make internal transfers between your own Bybit wallets in the terminal. It's very handy, and safe!
9. Click **"Submit"** and complete the Security Verification. Don't close the next window before you have copied the API Key & API Secret!

<div data-full-width="true"><figure><img src="/files/1QOdvY2q0vzslCXApcn8" alt="Add API Key Permissions, Spot and Future  "><figcaption></figcaption></figure></div>

Go to your [Volven account dashboard](https://volven.io/my-account/#exchange_links). Click **"Link Exchange"**, name your key (F.ex. "John Doe - Bybit") and copy/paste the API Key & Secret Key into Bybit.

{% content-ref url="/pages/A1nlAJwOBsjLnyviRrYW" %}
[How to add your API Key](/getting-started/how-to-add-your-api-key.md)
{% endcontent-ref %}


---

# 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.volven.io/getting-started/how-to-add-your-api-key/how-to-create-bybit-api-key.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.
