# Creating API keys for TigerX

{% hint style="warning" %}
**TigerX is available only in version 7.0 of the Tiger.com Windows terminal.** You can download the latest version directly from our [website](https://www.tiger.com/terminal/download).For any questions related to TigerX, please join our [Telegram grou](https://t.me/+yNAy6yMRQtY0MjJl)
{% endhint %}

1. Go to the [API page](https://account.tiger.com/api) and click the **New API key +** button:

{% hint style="success" %}
Before creating the API, please make sure you have selected the correct tab in your Tiger.com Broker account.
{% endhint %}

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

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

2\. Enter a name for the key and select the necessary access permissions:

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

**Read access** – grants access to retrieve information about open positions, orders, and account balances.\
This setting is enabled by default and is always active.

**Trade access** – allows the key to perform trading operations on all asset types.

3\. Enter the 6-digit code from the **Google Authenticator** app to complete two-factor authentication.

4\. Click **Create API** to finalize the process.

{% hint style="info" %}
The **secret key** will only be shown **once** at the moment of creation. If you lose it, you will need to create a new API keys.
{% endhint %}

5. **Copy the API key and Secret key** and store them in a safe place. Then click **Done**, after which you will be redirected to the **API page** displaying information about the newly created key:

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

You will need to paste these keys into the corresponding fields when setting up your connection to TigerX. This can be done in the Tiger.com Windows terminal by following [the provided instructions](https://support.tiger.com/english/settings/connections/crypto-exchanges/tigerx).


---

# 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://broker-docs.tiger.com/english-2/creating-api-keys/creating-api-keys-for-tigerx.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.
