# Bybit

{% hint style="info" %}
Create an account, up to **$30,000** bonus: Register on [Bybit](https://partner.bybit.com/b/tuleep)
{% endhint %}

Login to your Bybit.com account, open the profile menu, select the API option, and click the **Create New Key** button.

<figure><img src="/files/97oaTDNwEYIwkXL9PBHz" alt=""><figcaption><p>Select "system-generated"</p></figcaption></figure>

Select **"System-generated API keys**" on the modal.

Please ensure:

* The key has enabled access for "**Orders**" and "**Positions**" under "**Contract**"
* The key does **not** have withdrawal access for safety
* You can add an **IP restriction** matching your own IP address using [http://monip.org](http://monip.org/)

<figure><img src="/files/pT2Cqs67ixFdty8pdnQu" alt=""><figcaption><p>Creating a new Bybit API Key</p></figcaption></figure>

Click **Submit,** and you then copy the generated API key and its secret. You will need those for setting up **tuleep.trade**

<figure><img src="/files/mNAdvKQKEEBqyboYBNfU" alt=""><figcaption><p>Create Bybit API key success modal</p></figcaption></figure>

You can now return to **tuleep.trade** and add the generated key into the terminal settings.

{% content-ref url="/pages/ZTXStkpbWwRdlPmCDlzD" %}
[Connect exchange API key](/getting-started/connect-exchange-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.tuleep.trade/getting-started/create-exchange-api-key/bybit.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.
