# Creating API keys for Binance

{% hint style="warning" %}
Before creating the API keys, please make sure you have switched to Binance in your Tiger.com Broker account:
{% endhint %}

<figure><img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2FCtMcxgu3BjVXVLrA33lR%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202025-02-20%20%D0%B2%2019.21.29.png?alt=media&#x26;token=5eb84f46-ba0c-4b02-8dcd-0337ad853dfa" alt=""><figcaption></figcaption></figure>

1\) Click on the **Create API Key** button [on the main page of your personal account:](https://account.tiger.com/)

<figure><img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2FqvjqbzBeeISFo1aMuJLn%2FScreen%20Shot%202024-12-06%20at%2012.29.00.png?alt=media&#x26;token=e60a5973-5c63-491e-bc02-d15c9b1e59d2" alt=""><figcaption><p>Creating API keys from the account main page</p></figcaption></figure>

Alternatively, you can go to the [API page](https://account.tiger.com/api) and click on the **New API Key** button:

<figure><img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2FTZAejFabndiP49OOwKvB%2FScreen%20Shot%202024-12-06%20at%2012.27.55.png?alt=media&#x26;token=12d31ca4-9e70-48a5-b1ed-433d55ac944b" alt=""><figcaption><p>Creating API keys from the API page</p></figcaption></figure>

2\) Specify the name of the key and select the necessary permissions:

<figure><img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2FrNpntn4rtBuySlNRpZCF%2FScreen%20Shot%202024-12-06%20at%2012.20.47.png?alt=media&#x26;token=c68bc55f-389d-47f9-8e3a-709a78055119" alt="" width="375"><figcaption><p>Here you can name the API key and select the permissions for it</p></figcaption></figure>

**Read access** - a permission to receive information on open positions, orders and account balances. This option is enabled by default.

Trade Access - a permission for trading operations with Spot and USDⓈ-M и COIN-M Futures instruments

3\) Optionally, you can add your trusted IP addresses in the **IP addresses** field to create a whitelist. In that case, the access to exchange from the API key will be only available from the mentioned IP addresses; trading operations from other IP addresses will be rejected by the exchange.&#x20;

4\) Click **Create API** to complete the action.

{% hint style="warning" %}
The secret key will only be shown once at the time the API key is generated. If you forget or lose the secret key, you will need to create a new API key.
{% endhint %}

5\) Copy the API key and Secret Key and keep them in a safe place, and click **Done**. After that, you will see the API Management page, which contains the information about the generated keys:

<figure><img src="https://3857619824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fyw4jlbyXBiRSgCIsu0tg%2Fuploads%2Fe9FwyQODSQjO0H7E44BZ%2FScreen%20Shot%202024-12-06%20at%2012.31.40.png?alt=media&#x26;token=1408f304-cd41-4283-9b28-c2bb060c1b85" alt=""><figcaption><p>Here you can see the key list and the corresponding permissions</p></figcaption></figure>

## Editing an API key

The previously created API key can be edited. The following actions can be applied:

* Change trading permissions (enable/disable trade access)
* Add or remove IP addresses from the whitelist.&#x20;

The keys will need to be inserted into the appropriate fields when setting up a connection to Binance exchange:

* To establish a connection to Binance within Tiger.com Windows app, [follow the instruction.](https://support.tiger.com/nastroiki/podklyucheniya/kriptobirzhi/tiger.trade-broker)
* Instruction for the Tiger.com macOS app is available [here](https://wiki-en-macos.tiger.trade/features/how-to-start/connect-to-exchange).&#x20;

{% hint style="info" %}
Apart from Tiger.com for Windows and Tiger.com for macOS, you can also use any third-party trading apps to trade via Tiger.com Broker
{% endhint %}


---

# 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-binance.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.
