# Connecting to BYBIT API

### Connecting to Bybit API

1. Click the **BYBIT** button on the ATNirex platform to navigate to BYBIT

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

2. **New users:** [Register](https://partner.bybit.com/b/atnirex) an account by filling in all required information
   * **Note:** KYC verification is not mandatory
3. **Existing users:** Simply log in to your Bybit account

### Creating the ATNirex Subaccount

1. Click the **"Create Subaccount"** button

<figure><img src="/files/3gFeB19hXhkfoIFCU7Eu" alt=""><figcaption></figcaption></figure>

2. Create a subaccount named **"atnirex"**

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

3. Select **"Standard Subaccount"**

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

4. In the name field, enter: **"atnirex"**
5. Set a login and password for your subaccount (save these credentials securely)
6. A verification code will be sent to your email address

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

### Switching to the Subaccount

1. Switch to the **"atnirex"** subaccount from your account selector
2. Click on your profile to verify you are on the atnirex subaccount
3. Select **"Demo Trading"** from the bottom menu

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

⚠️ **IMPORTANT:** When entering Demo Trading, **DO NOT** click the popup window "Start trading with $100k demo Assets"!

### Setting Up Demo Funds<br>

1. In the top right corner, click **Assets**
2. Select **Unified Trading Account**

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

3. You will be directed to your wallet page
4. Enable amount display
5. Click the **"Adjust Demo Funds"** button

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

6. A deposit window will appear
7. Enter the **exact amount** in USDT that matches your challenge funding

**Example:** If you purchased a challenge with a $10,000 account, enter 10000 USDT.

⚠️ **CRITICAL WARNING:** If the amount differs from your purchased challenge amount, the challenge will be automatically failed after connection with no recovery option, and you will need to purchase a new challenge.

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

### Creating the API Key

After the funds are deposited and displayed in your wallet:

1. Click the profile icon
2. Select **API**

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

3. Click **"Create New API"**
4. Choose **"System Generated"**

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

### API Configuration Settings

When creating the API, configure the following settings:

* **Name:** atnirex
* **Permissions:** Check the following boxes:
  * **Read-Write**
  * **No IP restriction**
  * **Unified Trading**
  * **Assets**

5. Click **"Submit"**

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

### Saving Your API Credentials

⚠️ **CRITICAL:** Your API Key and API Secret will appear. You **must** copy and save them in a secure location immediately, as you will **not** have access to them again—they are shown only once!

After saving your credentials, click **"Understood"**

### Connecting to ATNirex Platform

1. Return to the ATNirex platform
2. On your Dashboard, enter the API keys you saved
3. Click the **"Connect Demo Trading API"** button
4. If successfully connected, a notification will appear in the top right corner

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

### Monitoring Your Progress

You can now track your entire challenge progress in real-time in the **"Progress"** section.

<figure><img src="/files/9B2QH0M8GzQ80lAwcLgw" alt=""><figcaption></figcaption></figure>

### Trading Guidelines

#### Allowed Trading

✅ You may trade **any trading pairs** available on **Futures**

#### Prohibited Trading

❌ **SPOT trading is strictly prohibited**

⚠️ **WARNING:** If you place an order on SPOT, your challenge will be automatically failed with no recovery option.

### Support

If you need assistance at any point:

* Create a support ticket on the platform
* Contact us via our [Telegram chat](https://t.me/atnirex)

Good luck with your challenge!


---

# 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://atnirex.gitbook.io/docs/challenge-guide/connecting-to-bybit-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.
