# API Key Connection

### Before you start

* An account on **Binance, Bybit, OKX, Crypto.com, HTX, BitMart, Gate.io,** or **KuCoin**
* An API key with **Read** + **Trade** permissions only (withdrawal rights OFF)
* Your Skyrexio credentials

***

### Step-by-step guide

1. [**Log in**](https://app.skyrexio.com/) to Skyrexio
2. In the navigation menu, open **Exchanges**.
3. Click the big **“+”** button to open the *Connect Exchange* modal.
4. Choose your exchange from the drop-down list.

<figure><img src="https://744678542-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfaviZEoXehw28Z5kNYCW%2Fuploads%2FZjyc4Jx0vMdy61QDwRjN%2FGroup%201000003307.png?alt=media&#x26;token=a724350d-e030-4f5d-8661-69a7ff66af90" alt=""><figcaption></figcaption></figure>

5. At the top of the modal, switch the connection method to **“API Keys.”**

<figure><img src="https://744678542-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfaviZEoXehw28Z5kNYCW%2Fuploads%2FEEgKknUP0gvV4IDiK4VF%2FGroup%201000003306.png?alt=media&#x26;token=cc704798-bc1c-4d6c-a456-0f3f5ebff06c" alt=""><figcaption></figcaption></figure>

6. Paste the required credentials:

* **API Key**
* **Secret Key**
* **Passphrase** (if your exchange uses one)

7. Press **Connect**. A toast saying **“Linked successfully”** confirms everything worked.

Your exchange now appears in the list with live balances and is ready for bots or Smart Terminal trades.

***

### How to create the keys on your exchange

1. Sign in to the exchange website.
2. Go to **API Management / API Keys**.
3. Click **Create new key**.
4. Choose Skyrexio from 3-patry app providers
5. Grant only *Read* and *Trade* permissions — leave withdrawals disabled.
6. Copy the **API Key**, **Secret**, and **Passphrase** (if applicable)—save them securely.

> **Security tip:** Generate a fresh key pair exclusively for Skyrexio and never share it with other services.

***

### Next steps

* Spin up your first **Alert Bot** or **Copy Bot** under **Bots → Create**.
* Test manual strategies in **Smart Terminal**.
* Track live PnL, balances, and orders at **Home**

Need help? Click the chat bubble in the bottom-right corner—our team answers within minutes.


---

# 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.skyrexio.com/exchange-accounts/api-key-connection.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.
