# Connect to Exchanges

For you to be able to carry out trades in the terminal, it first needs to start receiving data from the exchange. For this to happen, you need to configure the connection to the relevant exchange (you should already have registered and opened an account with the exchange).

{% hint style="info" %}
Please note that you can create two separate connections for spot and futures, but you can also create a single one on Binance in which you can put checkmarks next to both spot and futures at the same time.
{% endhint %}

To set up a connection to Binance and Bybit (Bybit exchange has been available since version 0.17.):

1. Now launch the app, click on your profile, and go to **Preferences → Exchanges**
2. In the window that opens, click the **Add new exchange** button and select **Exchange** from the list that appears.

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

3\. Specify the name of the connection in the window that opens (think of one that will be convenient and easy to find if you have a lot of connections) and enter the API key that you obtained on the Binance website.

{% hint style="info" %}
To configure your API keys for Binance [**follow the instruction**](https://www.binance.com/en-NZ/support/faq/how-to-create-api-360002502072)\
\
To configure your API keys for Bybit [**follow the instruction**](https://www.bybit.com/en/help-center/article/How-to-create-your-API-key)
{% endhint %}

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

Hit **Connect to Binance**. Once the connection is established, you will see the notification:

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

If you need to edit a connection, click on the three toggles in the row with the connection and switch to editing mode. This mode is only available in the absence of a connection.

<div><figure><img src="/files/Pv0x203nEPtUWU8RpIWB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rZo8NMo4PnXFiA8H5794" alt=""><figcaption></figcaption></figure></div>

In this row, you will also see:

* **Auto connect** — when this option is activated, the system will automatically connect to the specified keys to the exchange when you launch the app.
* **Connected** — this shows your connection status, as well as whether keys are connected at the current time or not.

{% hint style="info" %}
Demo trading is available starting from version **23.2**. Enable the **Demo Account** toggle to practice trading in a simulated environment without using real funds. Demo trading is available starting from version 23.2. Enable the **Demo trading** toggle to practice trading in a simulated environment without using real funds. Make sure to use the API keys from your demo account on the exchange.
{% endhint %}

<div><figure><img src="/files/n8H32FlQrz3mOhKBUiMW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AAxQStW7jvafPuZVgtdF" alt=""><figcaption></figcaption></figure> <figure><img src="/files/JTWt41LjHoG3JG3pt6HI" alt=""><figcaption></figcaption></figure></div>


---

# 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://wiki-en-macos.tiger.trade/features/how-to-start/connect-to-exchanges.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.
