# Binance US - API Import Guide

<mark style="color:red;">Security tip: Before creating an API, you need to enable two-factor authentication (2FA) on your account.</mark>

Please follow the instructions in the pictures below:

**Step 1:** Logging into your account with Binance.US App, Select your profile icon in the top right corner, and select **\[**<mark style="color:blue;">**API Management**</mark>**]** from the dropdown menu. As follows:

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

**Step 2:** Enter a name for your API key for reference, and click **\[**<mark style="color:blue;">**Create**</mark>**]**, As follows:

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

**Step 3:** 2FA verification: Enter your security verification code to confirm when prompted, As follows:

<figure><img src="/files/s8lBWTQ9Fdwq6RxbG1IN" alt="" width="545"><figcaption></figcaption></figure>

**Step 4:** Edit the API key restrictions, Click Edit Restrictions and ensure the following items are selected, As follows:\
\*Enable Read; \
\*Enable Spot Trading; \
\*Restrict access to trusted IPs only (Recommended);   \
\
**IP group of the uTrading server:**\ <mark style="color:red;">13.213.132.125 13.251.83.60 18.139.102.94 3.1.7.213 46.137.215.117 52.220.111.151 52.220.117.151 52.220.31.227 52.77.45.93 54.169.15.234 13.215.122.202 18.136.175.80 18.141.82.149 18.142.40.60 18.142.65.141 3.0.128.217 3.0.26.171 52.221.111.151 52.221.18.185 54.179.229.52</mark>\
Please copy and paste all the above IPs at once.

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

**Step 5:** Copy and Save your Secret Key in a secure location for your account's safety. Please note that the Secret Key will not be available in the API List once you leave this page. As follows:

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

**Step 6:** Open the uTrading APP, go to the **\[**<mark style="color:blue;">**Home**</mark>**]** page, and then click **\[**<mark style="color:blue;">**API Binding**</mark>**]**. As follows:

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

**Step 7:** Enter the **\[**<mark style="color:blue;">**API Binding**</mark>**]** page, select **\[**<mark style="color:blue;">**Binance US**</mark>**]**. As follows:

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

**Step 8:** Open the API import page, paste the API Key and Private Key from the Binance US into uTrading, and click **\[**<mark style="color:blue;">**Import**</mark>**]**. As follows:

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

Success! If you have successfully completed these steps, the status will show as "API is running normally".


---

# 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://help.utrading.io/en/exchange/create-api/binance-us-api-import-guide.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.
