# BitMart - API Import Guide

**Step 1: Generate Your API key**&#x20;

<mark style="color:red;">Managing API keys is not currently supported on the BitMart mobile app.</mark>

**1.1** Sign into your BitMart ([https://www.bitmart.com](https://www.bitmart.com/)) account with web browser, click on the **\[**<mark style="color:blue;">**User Icon**</mark>**]** in the top right of the main page. and then click **\[**<mark style="color:blue;">**API Management**</mark>**]**, As follow:

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

**1.2** Enter the API Management page, As follow:\
\* Enable **\[**<mark style="color:blue;">**Read-Only**</mark>**]**;  **\[**<mark style="color:blue;">**Spot-Trade**</mark>**]**; **\[**<mark style="color:blue;">**Futures-Trade**</mark>**]**;  **\[**<mark style="color:blue;">**Margin-Trade**</mark>**]** permission; \
\* Enable **\[**<mark style="color:blue;">**Binding IP Address**</mark>**]**;\
and finally click the **\[**<mark style="color:blue;">**Submit**</mark>**]** button.

**IP Addresses of the uTrading server:** \ <mark style="color:red;">13.251.83.60,18.139.102.94,3.1.7.213,46.137.215.117,52.220.111.151,52.77.45.93,54.169.15.234,52.220.31.227,52.220.117.151,13.213.132.125</mark>

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

**1.3** Enter email code to complete the Security Verification. and then click **\[**<mark style="color:blue;">**Submit**</mark>**].** As follow:

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

**1.4** Copy and Save your Secret Key in a secure location for your account's safety. As follows: \ <mark style="color:red;">(Please note: the Secret Key will not be shown in the API List once you leave this page)</mark>

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

**Step 2: Linking Your API Key with uTrading.**

**2.1** 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/79J6mLqBuW1LxhAhfAsl" alt=""><figcaption></figcaption></figure>

**2.2** Enter the **\[API Binding]** page, and then click **\[**<mark style="color:blue;">**BitMart**</mark>**]**. As follow:

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

**2.3** Open the API import page, paste the **\[**<mark style="color:blue;">**Access Key**</mark>**]**, **\[**<mark style="color:blue;">**Secret Key**</mark>**]** and **\[**<mark style="color:blue;">**Memo**</mark>**]** from the BitFinex into uTrading, click **\[**<mark style="color:blue;">**Import**</mark>**]** after filled. As follow:

<figure><img src="/files/cBAA1AtIo77ztZgMAUpS" 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/bitmart-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.
